JingsongLi commented on code in PR #9296:
URL: https://github.com/apache/paimon/pull/9296#discussion_r3821550947
##########
paimon-api/src/main/java/org/apache/paimon/CoreOptions.java:
##########
@@ -2654,6 +2654,17 @@ public String toString() {
.noDefaultValue()
.withDescription("Format table commit hive sync uri.");
+ public static final ConfigOption<Boolean>
FORMAT_TABLE_COMMIT_REPORT_PARTITION_STATISTICS =
+
ConfigOptions.key("format-table.commit.report-partition-statistics")
Review Comment:
Why we need add this option? What are the downsides of the report?
--
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]