JingsongLi commented on code in PR #608:
URL: https://github.com/apache/flink-table-store/pull/608#discussion_r1137006018


##########
flink-table-store-core/src/main/java/org/apache/flink/table/store/CoreOptions.java:
##########
@@ -524,6 +524,13 @@ public class CoreOptions implements Serializable {
                     .defaultValue(MemorySize.parse("256 mb"))
                     .withDescription("Max memory size for lookup cache.");
 
+    @ExcludeFromDocumentation("Internal use only")
+    public static final ConfigOption<Long> TIME_TRAVEL_SNAPSHOT_ID =

Review Comment:
   Why not just use `scan.snapshot-id`?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to