You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Kurt Young (Jira)" <ji...@apache.org> on 2020/04/18 13:21:00 UTC

[jira] [Assigned] (FLINK-17126) Correct the execution behavior of BatchTableEnvironment

     [ https://issues.apache.org/jira/browse/FLINK-17126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kurt Young reassigned FLINK-17126:
----------------------------------

    Assignee: godfrey he

> 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)