JingsongLi 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_r352587161
 
 

 ##########
 File path: 
flink-table/flink-table-planner-blink/src/test/java/org/apache/flink/table/planner/catalog/CatalogStatisticsTest.java
 ##########
 @@ -111,10 +119,62 @@ public void testGetStatsFromCatalogForCatalogTableImpl() 
throws Exception {
                                false);
 
                alterTableStatistics(catalog);
-
                assertStatistics(tEnv);
        }
 
+       @Test
+       public void testGetPartitionStatsFromCatalog() throws Exception {
 
 Review comment:
   I can add others except unknown fields, because 
`CatalogColumnStatisticsDataBase` not support unknown now.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to