delta icon indicating copy to clipboard operation
delta copied to clipboard

[Spark] Update protobuf-java and io.grpc versions to match with Spark Connect

Open longvu-db opened this issue 5 months ago • 0 comments
trafficstars

Which Delta project/connector is this regarding?

  • [X] Spark
  • [ ] Standalone
  • [ ] Flink
  • [ ] Kernel
  • [ ] Other (fill in here)

Description

Catch up the proto and grpc versions in Delta Connect with Spark Connect.

Spark Connect in protobuf-java now uses 4.29.3 (https://github.com/apache/spark/blob/f423885f65d41632ffe0c20afa47d22d161630da/project/SparkBuild.scala#L92), and io.grpc now uses 1.67.1 (https://github.com/apache/spark/blob/f2079d8a05de88d177bc7743032a1566dac27e44/pom.xml#L308)

Only the Delta Connect packages (server, common and client) use proto and grpc, so this change should not affect other Delta projects.

How was this patch tested?

Existing UTs

Does this PR introduce any user-facing changes?

No.

longvu-db avatar May 28 '25 13:05 longvu-db