[
https://issues.apache.org/jira/browse/FLINK-29828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jingsong Lee closed FLINK-29828.
--------------------------------
Resolution: Fixed
> Support to read data from table with given snapshot id
> ------------------------------------------------------
>
> Key: FLINK-29828
> URL: https://issues.apache.org/jira/browse/FLINK-29828
> Project: Flink
> Issue Type: Sub-task
> Components: Table Store
> Affects Versions: table-store-0.3.0, table-store-0.2.2
> Reporter: Fang Yong
> Priority: Major
>
> Support reading data from table with given snapshot id from table, users can
> query table data as follows:
> `SELECT t1.word, t1.cnt, t2.cnt FROM word_count$snapshot$10 t1 JOIN
> word_count$snapshot$11 t2 ON t1.word = t2.word and t1.cnt != t2.cnt`
--
This message was sent by Atlassian Jira
(v8.20.10#820010)