difin commented on code in PR #4348:
URL: https://github.com/apache/hive/pull/4348#discussion_r1212499545
##########
standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/common/StatsSetupConst.java:
##########
@@ -173,6 +173,10 @@ public String getAggregator(Configuration conf) {
public static final String FALSE = "false";
+ public static final String HIVE_ICEBERG_STATS_SOURCE =
"hive.iceberg.stats.source";
+
+ public static final String ICEBERG_STATS_SOURCE = "iceberg";
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: [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]