sunjincheng121 commented on a change in pull request #8926: 
[FLINK-13021][table][hive] unify catalog partition implementations
URL: https://github.com/apache/flink/pull/8926#discussion_r299852992
 
 

 ##########
 File path: 
flink-table/flink-table-common/src/main/java/org/apache/flink/table/catalog/CatalogPartition.java
 ##########
 @@ -33,6 +33,13 @@
         */
        Map<String, String> getProperties();
 
+       /**
+        * Get comment of the partition.
+        *
+        * @return comment of the partition
+        */
+       String getComment();
 
 Review comment:
   Could you add the interface for Python API when you add the JAVA interface? 

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