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/01/31 12:59:00 UTC

[jira] [Updated] (FLINK-11488) Add a basic Blink planner framework

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

Timo Walther updated FLINK-11488:
---------------------------------
    Summary: Add a basic Blink planner framework  (was: Merge a basic Blink planner framework)

> Add a basic Blink planner framework
> -----------------------------------
>
>                 Key: FLINK-11488
>                 URL: https://issues.apache.org/jira/browse/FLINK-11488
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Table API &amp; SQL
>            Reporter: Timo Walther
>            Priority: Major
>
> A more detailed description can be found in [FLIP-32|https://cwiki.apache.org/confluence/display/FLINK/FLIP-32%3A+Restructure+flink-table+for+future+contributions].
> This issue is an umbrella issue for tasks related to the setup of a basic, unified planner framework for introducing new Blink features (in both batch and streaming).
> It includes tasks such as:
>  - Introduction of {{flink-table-planner-blink}} and {{flink-table-runtime-blink}} modules
>  - Addition of a planner implementation that matches the interfaces introduced in FLINK-11452
>  - Addition of basic planner components such as
>  ** optimizer
>  ** statistics
>  ** costs
>  ** code generator for expressions
> Types are converted between Blink's and Flink's current type system until the type system has been reworked. Unsupported operators and calls will throw hard exceptions for now.



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