difin commented on code in PR #5995: URL: https://github.com/apache/hive/pull/5995#discussion_r2286169658
########## iceberg/iceberg-handler/src/main/java/org/apache/iceberg/mr/InputFormatConfig.java: ########## @@ -69,23 +69,17 @@ private InputFormatConfig() { public static final int COMMIT_TABLE_THREAD_POOL_SIZE_DEFAULT = 10; public static final String COMMIT_FILE_THREAD_POOL_SIZE = "iceberg.mr.commit.file.thread.pool.size"; public static final int COMMIT_FILE_THREAD_POOL_SIZE_DEFAULT = 10; - public static final String WRITE_TARGET_FILE_SIZE = "iceberg.mr.write.target.file.size"; public static final String CASE_SENSITIVE = "iceberg.mr.case.sensitive"; public static final boolean CASE_SENSITIVE_DEFAULT = true; public static final String CATALOG_NAME = "iceberg.catalog"; - public static final String HADOOP_CATALOG = "hadoop.catalog"; - public static final String HADOOP_TABLES = "hadoop.tables"; public static final String HIVE_CATALOG = "hive.catalog"; - public static final String ICEBERG_SNAPSHOTS_TABLE_SUFFIX = ".snapshots"; - public static final String SNAPSHOT_TABLE = "iceberg.snapshots.table"; - public static final String SNAPSHOT_TABLE_SUFFIX = "__snapshots"; public static final String CATALOG_CONFIG_PREFIX = "iceberg.catalog."; - public static final String CATALOG_TYPE_TEMPLATE = "iceberg.catalog.%s.type"; - public static final String CATALOG_WAREHOUSE_TEMPLATE = "iceberg.catalog.%s.warehouse"; - public static final String CATALOG_CLASS_TEMPLATE = "iceberg.catalog.%s.catalog-impl"; + public static final String CATALOG_CUSTOM_CONFIG_PREFIX = "iceberg.%s-catalog"; Review Comment: Done -- 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