dom93dd commented on PR #4919: URL: https://github.com/apache/hive/pull/4919#issuecomment-2085197509
This change seems to break the compatibility with apache.iceberg.hive dependency: E.g. here: https://github.com/apache/iceberg/blob/6f0d9dd47c693dc2aa13a38fab3d56473d925563/hive-metastore/src/main/java/org/apache/iceberg/hive/HiveCatalog.java#L95 We have been using the HiveCatalog of apache.iceberg prior the newly introduced changes of 4.0.0 Alpha 1. With this change, this isn't possible anymore. Furthermore, if I switch to apache.hive HiveCatalog then the necessary included shading of fasterxml breaks everything. Because the JsonUtil class in apache.iceberg includes the fasterxml dependency without the relocated path. Anyone an idea what to do here? Here is my feature request for apache.iceberg to introduce the ENV changes there too: https://github.com/apache/iceberg/issues/10254 Here is my jira issue where I specified the current problem I have with the shading: https://issues.apache.org/jira/browse/HIVE-28229 Thanks! -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
