BsoBird commented on PR #5349: URL: https://github.com/apache/hive/pull/5349#issuecomment-2268057132
@deniskuzZ I'm sure that other users have encountered problems similar to mine when upgrading to HIVE4. For example: Trino/spark/starRocks/impala and other third-party systems rely on a lower version of HIVE, but HIVE itself has the need to upgrade to version 4.X. This will result in multiple versions of HIVE coexisting. On this basis, the only way to share the same iceberg data is to choose a non-HMS-CATALOG implementation. In order to reduce the complexity of the component stack, choosing hadoopCatalog is of course the first option to consider. -- 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]
