sundapeng commented on code in PR #9296:
URL: https://github.com/apache/paimon/pull/9296#discussion_r3822552945
##########
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:
The report costs nothing, and Paimon tables report on every commitSnapshot
without an option, so I dropped it and made this unconditional.
--
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]