coolderli opened a new pull request #2799:
URL: https://github.com/apache/iceberg/pull/2799


   Merge the configurations from hive-conf-dir to the current Hadoop 
configuration. And users can use HiveCatalog to load iceberg tables.
   ```
   CatalogLoader loader =  CatalogLoader.hive("iceberg_catalog", new 
Configuration(), properties);
   TableLoader tableLoader = TableLoader.fromCatalog(loader, 
TableIdentifier.of("db", "table"));
   ```


-- 
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]

Reply via email to