rdblue commented on a change in pull request #3908:
URL: https://github.com/apache/iceberg/pull/3908#discussion_r786303158
##########
File path: core/src/main/java/org/apache/iceberg/CatalogProperties.java
##########
@@ -59,6 +59,9 @@ private CatalogProperties() {
public static final String CLIENT_POOL_CACHE_EVICTION_INTERVAL_MS =
"client.pool.cache.eviction-interval-ms";
public static final long CLIENT_POOL_CACHE_EVICTION_INTERVAL_MS_DEFAULT =
TimeUnit.MINUTES.toMillis(5);
+ public static final String FILTER_ICEBERG_TABLE = "filter.iceberg.table";
+ public static final boolean FILTER_ICEBERG_TABLE_DEFAULT = false;
Review comment:
This is not a general catalog property because it is specific to Hive.
Can you avoid modifying this class in core?
--
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]