[
https://issues.apache.org/jira/browse/FLINK-9716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Timo Walther updated FLINK-9716:
--------------------------------
Description:
Given a temporal table of {{Rates}} this should work:
{code:java}
SELECT * FROM Rates AS SYSTEM TIME OF 2016-06-27 10:10:42.123
{code}
was:
Given TVF of {{Rates}} this should work:
{code:java}
SELECT * FROM Rates(2016-06-27 10:10:42.123)
{code}
> Support scans from temporal table
> ---------------------------------
>
> Key: FLINK-9716
> URL: https://issues.apache.org/jira/browse/FLINK-9716
> Project: Flink
> Issue Type: New Feature
> Components: Table SQL / Legacy Planner
> Reporter: Piotr Nowojski
> Priority: Major
> Labels: auto-unassigned
>
> Given a temporal table of {{Rates}} this should work:
>
> {code:java}
> SELECT * FROM Rates AS SYSTEM TIME OF 2016-06-27 10:10:42.123
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)