bowenli86 commented on a change in pull request #8703: 
[FLINK-12807][hive]Support Hive table columnstats related operations in 
HiveCatalog
URL: https://github.com/apache/flink/pull/8703#discussion_r293598734
 
 

 ##########
 File path: 
flink-table/flink-table-common/src/test/java/org/apache/flink/table/catalog/CatalogTestUtil.java
 ##########
 @@ -58,7 +58,7 @@ static void checkEquals(CatalogTableStatistics ts1, 
CatalogTableStatistics ts2)
                assertEquals(ts1.getProperties(), ts2.getProperties());
        }
 
-       static void checkEquals(CatalogColumnStatistics cs1, 
CatalogColumnStatistics cs2) {
+       public static void checkEquals(CatalogColumnStatistics cs1, 
CatalogColumnStatistics cs2) {
 
 Review comment:
   move this to CatalogTestBase, rather than changing its signature?

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