spark
spark copied to clipboard
[SPARK-50015][BUILD] Upgrade `grpcio*` to 1.67.0 and `grpc-java` to 1.67.1
What changes were proposed in this pull request?
This PR aims to upgrade
-
grpcio
andgrpcio-status
to1.67.0
-
grpc-java
to1.67.1
Please note that grpc-java
there is no 1.67.0 and 1.68.0 is wrong as announced like the following.
- https://github.com/grpc/grpc-java/releases/tag/v1.67.1
There was no 1.67.0 release. There was a problem making the release and it went to Maven Central as 1.68.0 instead.
Why are the changes needed?
To use the latest updated versions as a part of Apache Spark 4.0.0 (February 2025) preparation.
- https://github.com/grpc/grpc-java/pull/11444
Does this PR introduce any user-facing change?
Although this is a dependency change, it should be backward compatible.
How was this patch tested?
Pass the CIs.
Was this patch authored or co-authored using generative AI tooling?
No.