flyrain commented on pull request #2479: URL: https://github.com/apache/iceberg/pull/2479#issuecomment-821921177
BTW, we didn't notice any Avro issue. As I mentioned, Avro doesn't depends on `org.codehaus.jackson` any more. I don't think Avro leaks `org.codehaus.jackson`. It may happen before, but the version used in Iceberg master doesn't. ``` [INFO] \- org.apache.avro:avro:jar:1.9.2:compile [INFO] +- com.fasterxml.jackson.core:jackson-core:jar:2.10.2:compile [INFO] +- com.fasterxml.jackson.core:jackson-databind:jar:2.10.2:compile [INFO] | \- com.fasterxml.jackson.core:jackson-annotations:jar:2.10.2:compile [INFO] +- org.apache.commons:commons-compress:jar:1.19:compile [INFO] \- org.slf4j:slf4j-api:jar:1.7.25:compile ``` -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
