You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPARK-42478] Make a serializable jobTrackerId instead of a non-serializable JobID in FileWriterFactory
### What changes were proposed in this pull request?
Make a serializable jobTrackerId instead of a non-serializable JobID in FileWriterFactory
### Why are the changes needed?
[SPARK-41448](https://issues.apache.org/jira/browse/SPARK-41448) make consistent MR job IDs in FileBatchWriter and FileFormatWriter, but it breaks a serializable issue, JobId is non-serializable.
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
GA
Closes#40064 from Yikf/write-job-id.
Authored-by: Yikf <yikaifei@apache.org>
Signed-off-by: Wenchen Fan <wenchen@databricks.com>
0 commit comments