godfrey he created FLINK-17126: ---------------------------------- Summary: Correct the execution behavior of BatchTableEnvironment Key: FLINK-17126 URL: https://issues.apache.org/jira/browse/FLINK-17126 Project: Flink Issue Type: Sub-task Components: Table SQL / API Reporter: godfrey he Fix For: 1.11.0
This issue is similar to [FLINK-16363|https://issues.apache.org/jira/browse/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(). -- This message was sent by Atlassian Jira (v8.3.4#803005)