dom93dd commented on issue #10254: URL: https://github.com/apache/iceberg/issues/10254#issuecomment-2085301268
@nastra I did see that and moved over to that dependency. The problem is, that apache.hive is using shading for fasterxml in the https://mvnrepository.com/artifact/org.apache.hive/hive-iceberg-catalog/4.0.0 dependency. That breaks the usage of the JsonUtil class from apache.iceberg which isn't using shading for fasterxml. I added my own shading to resolve this issue, but in my case I need to build a thin jar where I can't include the fix. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org