bowenli86 commented on a change in pull request #8636: 
[FLINK-12237][hive]Support Hive table stats related operations in HiveCatalog
URL: https://github.com/apache/flink/pull/8636#discussion_r290859631
 
 

 ##########
 File path: 
flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/table/catalog/hive/HiveCatalog.java
 ##########
 @@ -1055,46 +1058,186 @@ private static Function 
instantiateHiveFunction(ObjectPath functionPath, HiveCat
                );
        }
 
+       private boolean isTablePartitioned(Table hiveTable) {
 
 Review comment:
   minor: I think we've had too many segmented logic to check whether a table 
is partitioned in HiveCatalog, can you try to unify them?

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

Reply via email to