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 2022/01/27 08:53:00 UTC

[jira] [Updated] (FLINK-25841) Expose plan via TableEnvironment.compilePlanSql/executePlan

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

Timo Walther updated FLINK-25841:
---------------------------------
    Description: 
- Introduce the helper API class [CompiledPlan|https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=191336489#FLIP190:SupportVersionUpgradesforTableAPI&SQLPrograms-CompiledPlan]
- Allow [single SQL statements|https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=191336489#FLIP190:SupportVersionUpgradesforTableAPI&SQLPrograms-SingleSQLStatements] to be generated and restored

Mark all interfaces as {{@Experimental}}.

What is particularly important is that we also test the end-to-end experience. How good and helpful are our exceptions for legacy types, legacy function, or inline table and other things that cannot be persisted.

  was:
- Introduce the helper API class [CompiledPlan|https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=191336489#FLIP190:SupportVersionUpgradesforTableAPI&SQLPrograms-CompiledPlan]
- Allow [single SQL statements|https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=191336489#FLIP190:SupportVersionUpgradesforTableAPI&SQLPrograms-SingleSQLStatements] to be generated and restored

Mark all interfaces as {{@Experimental}}.

What is particularly important is that we also test the end-to-end experience. How good are our exceptions for legacy types, legacy function, or inline table and other things that cannot be persisted.


> Expose plan via TableEnvironment.compilePlanSql/executePlan
> -----------------------------------------------------------
>
>                 Key: FLINK-25841
>                 URL: https://issues.apache.org/jira/browse/FLINK-25841
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Table SQL / API
>            Reporter: Timo Walther
>            Assignee: Francesco Guardiani
>            Priority: Major
>
> - Introduce the helper API class [CompiledPlan|https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=191336489#FLIP190:SupportVersionUpgradesforTableAPI&SQLPrograms-CompiledPlan]
> - Allow [single SQL statements|https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=191336489#FLIP190:SupportVersionUpgradesforTableAPI&SQLPrograms-SingleSQLStatements] to be generated and restored
> Mark all interfaces as {{@Experimental}}.
> What is particularly important is that we also test the end-to-end experience. How good and helpful are our exceptions for legacy types, legacy function, or inline table and other things that cannot be persisted.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)