JingsongLi opened a new issue #1470: URL: https://github.com/apache/iceberg/issues/1470
Our internal has a custom meta store which implements Hive `IMetaStoreClient`, I think it is good to reuse Iceberg `HiveCatalog`: - Change `HiveMetaStoreClient` to `IMetaStoreClient`. (Actually depends on `IMetaStoreClient` is enough in Iceberg?) - Make `HiveClientPool` pluggable in `HiveCatalog`, maybe a new constructor like: `public HiveCatalog(String name, HiveClientPool clients, Configuration conf)`. ---------------------------------------------------------------- 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]
