flyrain commented on pull request #2479: URL: https://github.com/apache/iceberg/pull/2479#issuecomment-819770976
Good question, @RussellSpitzer. The Parquet 1.12 introduced PME, which uses org.codehaus.jackson back, but org.codehaus.jackson is in "provided" scope with hadoop-common. I think this is something need to be fixed in Parquet to get rid of org.codehaus.jackson again. However, only package `org/apache/parquet/crypto/keytools/` use org.codehaus.jackson in the whole Parquet project. As @ggershinsky mentioned, Iceberg won't use that part of code as we are doing the Iceberg/PME integration. That's a relieve. -- 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]
