flyrain edited a comment on pull request #2479:
URL: https://github.com/apache/iceberg/pull/2479#issuecomment-819758285


   Neither avro and parquet-avro have transitive dependency on 
org.codehaus.jackson. These versions are used by Iceberg. Do we still need to 
shade it?
   ```
   [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
   ```
   ```
   [INFO] \- org.apache.parquet:parquet-avro:jar:1.11.0:compile
   [INFO]    +- org.apache.parquet:parquet-column:jar:1.11.0:compile
   [INFO]    |  +- org.apache.parquet:parquet-common:jar:1.11.0:compile
   [INFO]    |  |  \- org.apache.yetus:audience-annotations:jar:0.11.0:compile
   [INFO]    |  \- org.apache.parquet:parquet-encoding:jar:1.11.0:compile
   [INFO]    +- org.apache.parquet:parquet-hadoop:jar:1.11.0:compile
   [INFO]    |  +- org.apache.parquet:parquet-jackson:jar:1.11.0:compile
   [INFO]    |  +- org.xerial.snappy:snappy-java:jar:1.1.7.3:compile
   [INFO]    |  \- commons-pool:commons-pool:jar:1.6:compile
   [INFO]    +- org.apache.parquet:parquet-format-structures:jar:1.11.0:compile
   [INFO]    |  +- org.slf4j:slf4j-api:jar:1.7.22:compile
   [INFO]    |  \- javax.annotation:javax.annotation-api:jar:1.3.2:compile
   [INFO]    \- org.apache.avro:avro:jar:1.9.1:compile
   [INFO]       +- com.fasterxml.jackson.core:jackson-core:jar:2.9.9:compile
   [INFO]       +- 
com.fasterxml.jackson.core:jackson-databind:jar:2.9.9.3:compile
   [INFO]       |  \- 
com.fasterxml.jackson.core:jackson-annotations:jar:2.9.0:compile
   [INFO]       \- org.apache.commons:commons-compress:jar:1.19: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]

Reply via email to