Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
This issue is similar to FLINK-16363.
In previous versions, BatchTableEnvironment.execute() can both trigger table and DataSet programs. Since 1.11.0, table programs can only be triggered by BatchTableEnvironment.execute(). Once table program is convereted into DataSet program (through toDataSet() method), it can only be triggered by ExecutionEnvironment.execute().
Attachments
Attachments
Issue Links
- blocks
-
FLINK-16367 Introduce createStatementSet method in TableEnvironment
- Closed
-
FLINK-17251 supports INSERT statement in TableEnvironment#executeSql and Table#executeInsert api
- Closed
-
FLINK-17267 supports EXPLAIN statement in TableEnvironment#executeSql and Table#explain api
- Closed
- links to