jkovacs-hwx commented on code in PR #4910:
URL: https://github.com/apache/hive/pull/4910#discussion_r1412160130


##########
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:
   @ayushtkn Could we extend the description with the note that this breaks 
Iceberg tables with data files located outside of the 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]

Reply via email to