[
https://issues.apache.org/jira/browse/FLINK-17126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
godfrey he updated FLINK-17126:
-------------------------------
Release Note: In previous versions, BatchTableEnvironment.execute() and
ExecutionEnvironment.execute() can both trigger table and DataSet programs for
legacy batch planner. Since 1.11.0, batch table programs can only be triggered
by BatchEnvironment.execute(). Once table program is convereted into DataSet
program (through toDataSet() method), it can only be triggered by
ExecutionEnvironment.execute().
> 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
> Assignee: godfrey he
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.11.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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)