steveloughran commented on code in PR #7007: URL: https://github.com/apache/hadoop/pull/7007#discussion_r1738389284
########## LICENSE-binary: ########## @@ -298,6 +298,7 @@ javax.inject:javax.inject:1 net.java.dev.jna:jna:5.2.0 net.minidev:accessors-smart:1.2 org.apache.avro:avro:1.9.2 +org.apache.avro:avro:1.11.3 Review Comment: no, actually. There's an unshaded avro in there too related to the AvroFileFormat ``` ./share/hadoop/common/lib/avro-1.9.2.jar ./share/hadoop/hdfs/lib/avro-1.9.2.jar ``` I'd like it cut, but for now: it is 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]
