steveloughran commented on PR #6586: URL: https://github.com/apache/hadoop/pull/6586#issuecomment-1973202811
@prathapsagar thanks for starting this. you are about to discover why it so hard to update dependencies. Everything we want to use in our own code should be defined in the thirdparty module, https://github.com/apache/hadoop-thirdparty the version numbers of things like protobuf in our own code *must* match those of the library version we build with, but they aren't where the values are incremented. (note: we should add comments there). -- 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]
