flyrain opened a new pull request #2479: URL: https://github.com/apache/iceberg/pull/2479
Iceberg uses the Parquet 1.11.x. Parquet removed all shading of `org.codehaus.jackson` after version 1.3.3 as the following commits show. 1. https://github.com/apache/parquet-mr/commit/9652d97f63a05d410fae941f14d684b8dfcedd44 2. https://github.com/apache/parquet-mr/commit/7def49cdd57d670a87abdf264aef5a461de9610a 3. https://github.com/apache/parquet-mr/commit/5ffaba99e7b10e55df9b49e3401396660e3262a7 Iceberg still assumes `org.codehaus.jackson` is shaded in Parquet, then double shades it. This is not only unnecessary, but also causes problem. Integration with Parquet 1.12 will fail due to this. -- 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]
