-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-41240][CONNECT][BUILD][INFRA][DOCS] Upgrade Protobuf to 3.19.5
#38774
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
Protobuf to 3.19.5Protobuf to 3.19.5
Protobuf to 3.19.5Protobuf to 3.19.5
|
we may also need to change this place https://github.com/apache/spark/blob/master/connector/connect/src/main/buf.gen.yaml#L30 |
|
There is currently no updated version on the buf schema registry. Given that this runs remotely, I think we're good for now. Mayber we can leave a comment with a todo JIRA? |
Protobuf to 3.19.5Protobuf to 3.19.5
|
create https://issues.apache.org/jira/browse/SPARK-41265 to track buf.build/protocolbuffers/plugins/python |
|
merged into master |
|
Can one of the admins verify this patch? |
|
Question: Should we keep the protobuf version in sync between the server and client? The server side now is using: |
|
Just found an effort to unify the protobuf version which impacted connect server: #38783 |
### What changes were proposed in this pull request? Upgrade Protobuf from 3.19.4 to 3.19.5 ### Why are the changes needed? [CVE-2022-1941](https://nvd.nist.gov/vuln/detail/CVE-2022-1941) ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass GA Closes apache#38774 from bjornjorgensen/protobuf-3.19.5. Lead-authored-by: Bjørn Jørgensen <[email protected]> Co-authored-by: Bjorn Jorgensen <[email protected]> Co-authored-by: Bjørn <[email protected]> Signed-off-by: Ruifeng Zheng <[email protected]>
### What changes were proposed in this pull request? Upgrade Protobuf from 3.19.4 to 3.19.5 ### Why are the changes needed? [CVE-2022-1941](https://nvd.nist.gov/vuln/detail/CVE-2022-1941) ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass GA Closes apache#38774 from bjornjorgensen/protobuf-3.19.5. Lead-authored-by: Bjørn Jørgensen <[email protected]> Co-authored-by: Bjorn Jorgensen <[email protected]> Co-authored-by: Bjørn <[email protected]> Signed-off-by: Ruifeng Zheng <[email protected]>
What changes were proposed in this pull request?
Upgrade Protobuf from 3.19.4 to 3.19.5
Why are the changes needed?
CVE-2022-1941
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Pass GA