jackye1995 opened a new pull request #2565: URL: https://github.com/apache/iceberg/pull/2565
As discussed in #2544, make Hive catalog experience consistent with Spark and Flink, specifically: 1. when `type` is `null`, look at `catalog-impl`, if that is also `null` then use `HiveCatalog` as default. 2. there is also no need to have templates `CATALOG_WAREHOUSE_TEMPLATE` and `CATALOG_CLASS_TEMPLATE`, because they are unified in `CatalogProperties`. I also rewrote all the tests to make each test case clear in separated tests instead of a single giant test, please take a look if I missed any edge case in testing. @pvary @marton-bod @lcspinter @aokolnychyi @rdblue -- 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]
