[
https://issues.apache.org/jira/browse/FLINK-32791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17755822#comment-17755822
]
tartarus commented on FLINK-32791:
----------------------------------
Verified the RTAS with paimon catalog;
Write the data with the following SQL:
{code:java}
insert into word_count select 'hello1', 1;
insert into word_count select 'hello2', 1;
insert into word_count select 'hello3', 1;
insert into word_count select 'hello4', 1;
{code}
After a while insert the data again:
{code:java}
insert into word_count values ('hello1', 2), ('hello2', 3), ('hello3', 4),
('hello4', 2); {code}
!image-2023-08-18-14-55-18-883.png!
Flink SQL> select * from word_count FOR SYSTEM_TIME AS OF TIMESTAMP '2023-08-18
14:40:00';
!image-2023-08-18-14-55-55-817.png!
Flink SQL> select * from word_count FOR SYSTEM_TIME AS OF TIMESTAMP '2023-08-18
14:50:00';
!image-2023-08-18-14-56-19-198.png!
> Release Testing: Verify FLIP-308: Support Time Travel
> -----------------------------------------------------
>
> Key: FLINK-32791
> URL: https://issues.apache.org/jira/browse/FLINK-32791
> Project: Flink
> Issue Type: Sub-task
> Components: Tests
> Affects Versions: 1.18.0
> Reporter: Qingsheng Ren
> Assignee: tartarus
> Priority: Major
> Fix For: 1.18.0
>
> Attachments: image-2023-08-18-14-55-18-883.png,
> image-2023-08-18-14-55-55-817.png, image-2023-08-18-14-56-19-198.png
>
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)