You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/07/13 07:28:54 UTC

[GitHub] [flink] swuferhong commented on a diff in pull request #20248: [FLINK-28075][table-planner] get statistics for partitioned table even without partition pruning

swuferhong commented on code in PR #20248:
URL: https://github.com/apache/flink/pull/20248#discussion_r919739870


##########
flink-table/flink-table-planner/src/test/java/org/apache/flink/connector/file/table/FileSystemStatisticsReportTest.java:
##########
@@ -208,8 +208,7 @@ public void testNoPartitionPushDownAndCatalogStatisticsExist()
                         false);
 
         FlinkStatistic statistic = getStatisticsFromOptimizedPlan("select * from PartTable");
-        // TODO get partition statistics from catalog

Review Comment:
   > please remove the following `TODO`
   
   Already removed



-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org