ayushtkn commented on code in PR #6593:
URL: https://github.com/apache/hadoop/pull/6593#discussion_r1504679035


##########
hadoop-project/pom.xml:
##########
@@ -93,11 +93,11 @@
     <!-- Protobuf scope in other modules which explicitly import the libarary 
-->
     
<transient.protobuf2.scope>${common.protobuf2.scope}</transient.protobuf2.scope>
     <!-- ProtocolBuffer version, actually used in Hadoop -->
-    <hadoop.protobuf.version>3.21.12</hadoop.protobuf.version>
+    <hadoop.protobuf.version>3.23.4</hadoop.protobuf.version>

Review Comment:
   this is correct, you need to update the version for the protoc generation, 
thirdparty protobuf isn't used for generating the protoc classes. We generate 
the classes & then do a replacement in those genrated classes to use the shaded 
protobuf
   
   
https://github.com/apache/hadoop/blob/10ab8abccd7e086d1d47eb7d706c8d5c42052172/hadoop-project/pom.xml#L2269-L2292



-- 
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