You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Timo Walther (JIRA)" <ji...@apache.org> on 2019/07/02 14:28:00 UTC

[jira] [Closed] (FLINK-12798) Port TableEnvironment to flink-api modules

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

Timo Walther closed FLINK-12798.
--------------------------------
    Resolution: Fixed

Fixed in 1.9.0: 95944e231315f085d5e23717332aa2866caa5d8a

> Port TableEnvironment to flink-api modules
> ------------------------------------------
>
>                 Key: FLINK-12798
>                 URL: https://issues.apache.org/jira/browse/FLINK-12798
>             Project: Flink
>          Issue Type: Improvement
>          Components: Table SQL / API
>            Reporter: Dawid Wysakowicz
>            Assignee: Dawid Wysakowicz
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.9.0
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> {{TableEnvironments}} should be a purely API class(es). Current implementation should be split into {{CatalogManager}} and {{Planner}}. The {{Planner}} should be discovered based on configuration. This will allow using either the legacy or the Blink planner.
> This applies to the {{StreamTableEnvironment}}. The {{BatchTableEnvironment}} will be left as is. One will be able to use the new {{StreamTableEnvironment}} for stream processing with the legacy planner or stream and batch for the Blink {{Planner}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)