-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-41247][BUILD] Unify the Protobuf versions in Spark connect and Protobuf connector #38783
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
|
shall we also shade protobuf in Spark Core in this PR? Then the proto version is unified in all the places. |
Co-authored-by: Wenchen Fan <[email protected]>
In this PR there is no actual usage. I would prefer to shade it in #38779 |
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.
lgtm, also cc @HyukjinKwon @grundprinzip
LuciferYang
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
|
Merging to master |
|
Now the protobuf version is unified for the scala side (or a few module of the scala side). But it is still different from the Python side (at least Connect Python client): #38774 |
…uf version ### What changes were proposed in this pull request? #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 #38926 from LuciferYang/SPARK-41247-FOLLOWUP. Authored-by: yangjie01 <[email protected]> Signed-off-by: Hyukjin Kwon <[email protected]>
… Protobuf connector ### What changes were proposed in this pull request? Unify the Protobuf versions in Spark connect and Protobuf connector. ### Why are the changes needed? The Protobuf dependencies will have the same behavior. And future upgrades will be easier. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? GA tests Closes apache#38783 from gengliangwang/unifyProtobufVersion. Lead-authored-by: Gengliang Wang <[email protected]> Co-authored-by: Gengliang Wang <[email protected]> Signed-off-by: Gengliang Wang <[email protected]>
… Protobuf connector ### What changes were proposed in this pull request? Unify the Protobuf versions in Spark connect and Protobuf connector. ### Why are the changes needed? The Protobuf dependencies will have the same behavior. And future upgrades will be easier. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? GA tests Closes apache#38783 from gengliangwang/unifyProtobufVersion. Lead-authored-by: Gengliang Wang <[email protected]> Co-authored-by: Gengliang Wang <[email protected]> Signed-off-by: Gengliang Wang <[email protected]>
…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?
Unify the Protobuf versions in Spark connect and Protobuf connector.
Why are the changes needed?
The Protobuf dependencies will have the same behavior. And future upgrades will be easier.
Does this PR introduce any user-facing change?
No
How was this patch tested?
GA tests