difin commented on code in PR #6707:
URL: https://github.com/apache/hive/pull/6707#discussion_r3905866163


##########
common/src/java/org/apache/hadoop/hive/conf/HiveConf.java:
##########
@@ -2130,6 +2130,22 @@ 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_STATS_COLLECT_PART_LEVEL("hive.iceberg.stats.collect.partlevel", 
false,

Review Comment:
   Why should it be false by default?



-- 
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