simhadri-g commented on code in PR #4346: URL: https://github.com/apache/hive/pull/4346#discussion_r1230996923
########## common/src/java/org/apache/hadoop/hive/conf/HiveConf.java: ########## @@ -2207,6 +2207,9 @@ public static enum ConfVars { "Whether to use codec pool in ORC. Disable if there are bugs with codec reuse."), HIVE_ICEBERG_STATS_SOURCE("hive.iceberg.stats.source", "iceberg", "Use stats from iceberg table snapshot for query planning. This has two values metastore and iceberg"), + HIVE_ICEBERG_MR_TABLE_LOC("iceberg.mr.table.location", "", "Iceberg table location"), Review Comment: Removed from hive conf in the updated PR. -- 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