-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-31764][CORE][3.0] JsonProtocol doesn't write RDDInfo#isBarrier #28660
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
### 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]>
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
|
Test build #123208 has finished for PR 28660 at commit
|
|
cc. @jiangxb1987 to see the chance we can include this on 3.0.0. |
|
Retest this please |
|
Test build #123382 has finished for PR 28660 at commit
|
…RK-31764-branch-3.0
|
Test build #123384 has finished for PR 28660 at commit
|
|
#28693 seems to break the build for |
|
The commit has been reverted from branch-3.0 . Please rebase and try again @sarutak , thanks! |
|
Thanks @jiangxb1987 ! I'll retry. |
…RK-31764-branch-3.0
|
Test build #123386 has finished for PR 28660 at commit
|
### 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]>
|
Thanks, merged to 3.0 ! |
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.