Skip to content
Snippets Groups Projects
Commit bc7f05f5 authored by Reynold Xin's avatar Reynold Xin
Browse files

[SPARK-18219] Move commit protocol API (internal) from sql/core to core module


## What changes were proposed in this pull request?
This patch moves the new commit protocol API from sql/core to core module, so we can use it in the future in the RDD API.

As part of this patch, I also moved the speficiation of the random uuid for the write path out of the commit protocol, and instead pass in a job id.

## How was this patch tested?
N/A

Author: Reynold Xin <rxin@databricks.com>

Closes #15731 from rxin/SPARK-18219.

(cherry picked from commit 937af592)
Signed-off-by: default avatarReynold Xin <rxin@databricks.com>
parent c4c5328f
No related branches found
No related tags found
No related merge requests found
Showing with 327 additions and 10 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment