[
https://issues.apache.org/jira/browse/FLINK-12798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dawid Wysakowicz updated FLINK-12798:
-------------------------------------
Description:
{{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}}.
was:{{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.
> Port TableEnvironment to flink-api modules
> ------------------------------------------
>
> Key: FLINK-12798
> URL: https://issues.apache.org/jira/browse/FLINK-12798
> Project: Flink
> Issue Type: Improvement
> Reporter: Dawid Wysakowicz
> Assignee: Dawid Wysakowicz
> Priority: Major
> Fix For: 1.9.0
>
>
> {{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)