abstractdog commented on code in PR #5786: URL: https://github.com/apache/hive/pull/5786#discussion_r2113532688
########## standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/MetastoreConf.java: ########## @@ -916,6 +918,22 @@ public enum ConfVars { HMS_HANDLER_PROXY_CLASS("metastore.hmshandler.proxy", "hive.metastore.hmshandler.proxy", METASTORE_RETRYING_HANDLER_CLASS, "The proxy class name of HMSHandler, default is RetryingHMSHandler."), + ICEBERG_TABLE_EXPIRY_INTERVAL("metastore.iceberg.table.expiry.interval", + "hive.metastore.iceberg.table.expiry.interval", 3600, TimeUnit.SECONDS, + "Time interval describing how often the iceberg table expiry service runs."), + ICEBERG_TABLE_EXPIRY_CATALOG_NAME("metastore.iceberg.table.expiry.catalog.name", Review Comment: unfortunately, there is no catalog pattern based retrieval in the metastore client, so this needs further work, are you fine with creating a follow-up ticket to address this? -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org