Aljoscha Krettek created FLINK-18569:
----------------------------------------
Summary: Add Table.limit() which is the equivalent of SQL LIMIT
Key: FLINK-18569
URL:
https://issues.apache.org/jira/browse/FLINK-18569 Project: Flink
Issue Type: Bug
Components: Table SQL / API, Table SQL / Planner, Table SQL / Runtime
Reporter: Aljoscha Krettek
Currently, you can run a SQL query like {{select * FROM (VALUES 'Hello', 'CIAO', 'foo', 'bar') LIMIT 2;}} but you cannot run the equivalent in the Table API.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)