ayushtkn commented on code in PR #4910:
URL: https://github.com/apache/hive/pull/4910#discussion_r1412377613
##########
common/src/java/org/apache/hadoop/hive/conf/HiveConf.java:
##########
@@ -2226,6 +2226,10 @@ public static enum ConfVars {
HIVE_ICEBERG_EXPIRE_SNAPSHOT_NUMTHREADS("hive.iceberg.expire.snapshot.numthreads",
4,
"The number of threads to be used for deleting files during expire
snapshot. If set to 0 or below it uses the" +
" defult DirectExecutorService"),
+
+
HIVE_ICEBERG_ALLOW_DATA_IN_TABLE_LOCATION_ONLY("hive.iceberg.allow.data.in.table.location.only",
false,
Review Comment:
Changed & added to restricted list. I think what it breaks is meant for the
documentation, we don't usually mention the after effects of the configs in the
description.
It is indicative the files should be within table location
--
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]