rangadi commented on code in PR #37075:
URL: https://github.com/apache/spark/pull/37075#discussion_r1001370426
##########
pom.xml:
##########
@@ -116,7 +116,7 @@
<log4j.version>2.17.2</log4j.version>
<!-- make sure to update IsolatedClientLoader whenever this version is
changed -->
<hadoop.version>3.3.3</hadoop.version>
- <protobuf.version>2.5.0</protobuf.version>
+ <protobuf.version>3.21.1</protobuf.version>
Review Comment:
> a protobuf upgrade is incompatible with any code compiled against the
later version, so must be shaded somehow.
@steveloughran what does this mean? could you point to more details?
If I shaded 'com.google.protobuf', in my jar, I can update it anytime, right?
--
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]