-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-31764][CORE] JsonProtocol doesn't write RDDInfo#isBarrier #28583
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Test build #122855 has started for PR 28583 at commit |
|
Test seems to be aborted. |
|
retest this please. |
|
Test build #122919 has finished for PR 28583 at commit
|
|
Test build #122927 has finished for PR 28583 at commit
|
HeartSaVioR
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
cc. @jiangxb1987 This is newly added in Spark 3.0.0, which is ideal to be addressed in 3.0.0 if possible. |
jiangxb1987
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
retest this please |
|
Test build #123139 has finished for PR 28583 at commit
|
|
retest this please |
|
Test build #123200 has finished for PR 28583 at commit
|
|
Thanks, merged to master! |
### What changes were proposed in this pull request? This PR changes JsonProtocol to write RDDInfos#isBarrier. ### Why are the changes needed? JsonProtocol reads RDDInfos#isBarrier but not write it so it's a bug. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? I added a testcase. Closes apache#28583 from sarutak/SPARK-31764. Authored-by: Kousuke Saruta <[email protected]> Signed-off-by: Xingbo Jiang <[email protected]>
### What changes were proposed in this pull request? This PR backports the change of #28583 (SPARK-31764) to branch-3.0, which changes JsonProtocol to write RDDInfos#isBarrier. ### Why are the changes needed? JsonProtocol reads RDDInfos#isBarrier but not write it so it's a bug. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? I added a testcase. Closes #28660 from sarutak/SPARK-31764-branch-3.0. Authored-by: Kousuke Saruta <[email protected]> Signed-off-by: Xingbo Jiang <[email protected]>
What changes were proposed in this pull request?
This PR changes JsonProtocol to write RDDInfos#isBarrier.
Why are the changes needed?
JsonProtocol reads RDDInfos#isBarrier but not write it so it's a bug.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
I added a testcase.