KurtYoung commented on a change in pull request #10315: [FLINK-14552][table]
Enable partition statistics in blink planner
URL: https://github.com/apache/flink/pull/10315#discussion_r354121944
##########
File path:
flink-table/flink-table-common/src/main/java/org/apache/flink/table/plan/stats/TableStats.java
##########
@@ -69,4 +69,19 @@ public TableStats copy() {
return copy;
}
+ public TableStats merge(TableStats other) {
Review comment:
also need test case
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services