You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Jingsong Lee (Jira)" <ji...@apache.org> on 2022/11/30 08:12:00 UTC

[jira] [Created] (FLINK-30247) Introduce Time Travel reading for table store

Jingsong Lee created FLINK-30247:
------------------------------------

             Summary: Introduce Time Travel reading for table store
                 Key: FLINK-30247
                 URL: https://issues.apache.org/jira/browse/FLINK-30247
             Project: Flink
          Issue Type: New Feature
          Components: Table Store
            Reporter: Jingsong Lee
             Fix For: table-store-0.3.0


For example:
- SELECT * FROM T /*+ OPTIONS('as-of-timestamp-mills'='121230')*/; Read snapshot specific by commit time.
- SELECT * FROM T /*+ OPTIONS('as-of-snapshot'='12')*/; Read snapshot specific by snapshot id.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)