hackergin commented on code in PR #22928: URL: https://github.com/apache/flink/pull/22928#discussion_r1259115657
########## flink-table/flink-table-common/src/main/java/org/apache/flink/table/catalog/DefaultCatalogTable.java: ########## @@ -40,15 +40,27 @@ public class DefaultCatalogTable implements CatalogTable { private final List<String> partitionKeys; private final Map<String, String> options; + private final @Nullable Long snapshot; Review Comment: I submitted the fix pr. https://github.com/apache/flink/pull/22977 -- 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