luoyuxia commented on code in PR #22928:
URL: https://github.com/apache/flink/pull/22928#discussion_r1250315785


##########
flink-table/flink-table-common/src/main/java/org/apache/flink/table/catalog/CatalogTable.java:
##########
@@ -120,4 +139,9 @@ default TableKind getTableKind() {
     default Map<String, String> toProperties() {
         return Collections.emptyMap();
     }
+
+    /** Return the snapshot specified for the table. Return Optional.empty() 
if not specified. */
+    default Optional<TableSnapshot> getSnapshot() {

Review Comment:
   Please keep it same as the proposed FLIP.



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

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to