dongjoon-hyun commented on code in PR #43942:
URL: https://github.com/apache/spark/pull/43942#discussion_r1401094208


##########
pom.xml:
##########
@@ -292,7 +292,7 @@
     <!-- Version used in Connect -->
     <connect.guava.version>32.0.1-jre</connect.guava.version>
     <guava.failureaccess.version>1.0.1</guava.failureaccess.version>
-    <io.grpc.version>1.56.0</io.grpc.version>
+    <io.grpc.version>1.59.0</io.grpc.version>

Review Comment:
   This is `1.59.0` instead of `1.59.3` because it's their convention.
   - https://repo1.maven.org/maven2/io/grpc/grpc-protobuf/



##########
project/SparkBuild.scala:
##########
@@ -91,7 +91,7 @@ object BuildCommons {
   // SPARK-41247: needs to be consistent with `protobuf.version` in `pom.xml`.
   val protoVersion = "3.25.1"
   // GRPC version used for Spark Connect.
-  val grpcVersion = "1.56.0"
+  val grpcVersion = "1.59.0"

Review Comment:
   ditto.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to