-
Notifications
You must be signed in to change notification settings - Fork 28.5k
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
[SPARK-50143][BUILD] Fix protobuf
module Maven compilation
#48673
Conversation
cc @LuciferYang |
I verified that this works, @LuciferYang . Could you review this please? |
Also, cc @viirya . Could you help me by reviewing this? |
Could you review this PR, @zhengruifeng ? |
Thank you so much, @zhengruifeng ! |
Merged to master to recover Maven CIs. I'll monitor those CIs after merging this. |
late LGTM |
Thank you for reporting and reviewing, @LuciferYang . |
late LGTM |
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.
Looks good to me.
Thank you, @panbingkun and @viirya . |
For the record, Maven CI becomes healthy back after this PR. |
What changes were proposed in this pull request?
This PR aims to fix
protobuf
moduleMaven
compilation failure due to the followingprotocol-jar-maven-plugin
bug.Note that this happens only at
Maven
compilation.Why are the changes needed?
BEFORE
AFTER
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Manually run the following command like I did in the above.
Was this patch authored or co-authored using generative AI tooling?
No.