vanliu-tx commented on a change in pull request #3908:
URL: https://github.com/apache/iceberg/pull/3908#discussion_r786370276
##########
File path: hive-metastore/src/main/java/org/apache/iceberg/hive/HiveCatalog.java
##########
@@ -87,6 +89,8 @@ public void initialize(String inputName, Map<String, String>
properties) {
this.conf.set(HiveConf.ConfVars.METASTOREWAREHOUSE.varname,
properties.get(CatalogProperties.WAREHOUSE_LOCATION));
}
+ this.filterIcebergTable =
Boolean.parseBoolean(properties.get(CatalogProperties.FILTER_ICEBERG_TABLE));
Review comment:
that's a good suggestion, I'll change the property name to
hive.catalog.list-all-tables.
--
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]