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_r293597816
########## File path: flink-connectors/flink-connector-hive/src/test/java/org/apache/flink/table/catalog/hive/HiveCatalogHiveMetadataTest.java ########## @@ -70,6 +77,35 @@ public void testCreateTable_StorageFormatSet() throws Exception { assertFalse(StringUtils.isNullOrWhitespaceOnly(serde)); } + // ------ table and column stats ------ + @Test + public void testAlter_GET_TableColumnStatistics() throws Exception { Review comment: can we follow the naming conventions? This should probably just be `testAlterTableColumnStatistics()` ---------------------------------------------------------------- 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