Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
FLINK-16366 has introduced executeSql method in TableEnvironment, but INSERT statement is not supported because FLINK-17126 is not finished and the design of FLINK-14807 is discussing (the whole design of Table#collect and Table#execute are similar, although Table does not introduce collect method based on the conclusion of FLIP-84). This issue aims to support SELECT statement in TableEnvironment#executeSql and Table#execute api.
Attachments
Issue Links
- is related to
-
FLINK-14807 Add TableResult#collect api for fetching data to client
- Resolved
- links to