cloud-fan commented on code in PR #38783:
URL: https://github.com/apache/spark/pull/38783#discussion_r1031094917
##########
pom.xml:
##########
@@ -118,7 +118,10 @@
<log4j.version>2.19.0</log4j.version>
<!-- make sure to update IsolatedClientLoader whenever this version is
changed -->
<hadoop.version>3.3.4</hadoop.version>
- <protobuf.version>2.5.0</protobuf.version>
+ <!-- Protobuf version for building with Hadoop/Yarn dependencies -->
+
<protobuf.hadoopDependency.version>2.5.0</protobuf.hadoopDependency.version>
+ <!-- Actual Protobuf version in Spark modules like connect, protobuf
connector, etc. -->
Review Comment:
```suggestion
<!-- Actual Protobuf version in Spark modules like Spark Connect,
protobuf connector, etc. -->
```
--
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]