-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-41247][BUILD][FOLLOWUP] Make sbt and maven use the same Protobuf version #38926
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
|
LGTM Could you add |
|
I'm not sure whether |
dongjoon-hyun
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.
+1, LGTM.
[SPARK-41247][BUILD][FOLLOWUP] is correct.
|
Thanks for your confirmation @dongjoon-hyun |
zhengruifeng
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.
also cc @grundprinzip
HyukjinKwon
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.
Thanks @LuciferYang
|
All test passed |
|
Merged to master. |
…uf version ### What changes were proposed in this pull request? apache#38783 unify the Protobuf versions in Spark connect and Protobuf connector to `3.21.9` for maven, but sbt build and test still use `3.21.1`, so this pr make sbt also use Protobuf 3.21.9 to build and test. ### Why are the changes needed? Make sbt and maven use the same Protobuf version for build and test ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Pass Github Actions Closes apache#38926 from LuciferYang/SPARK-41247-FOLLOWUP. Authored-by: yangjie01 <[email protected]> Signed-off-by: Hyukjin Kwon <[email protected]>
What changes were proposed in this pull request?
#38783 unify the Protobuf versions in Spark connect and Protobuf connector to
3.21.9for maven, but sbt build and test still use3.21.1, so this pr make sbt also use Protobuf 3.21.9 to build and test.Why are the changes needed?
Make sbt and maven use the same Protobuf version for build and test
Does this PR introduce any user-facing change?
No
How was this patch tested?
Pass Github Actions