You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Fabian Hueske (JIRA)" <ji...@apache.org> on 2016/05/22 12:14:12 UTC

[jira] [Assigned] (FLINK-3728) Throw meaningful exceptions for unsupported SQL features

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

Fabian Hueske reassigned FLINK-3728:
------------------------------------

    Assignee: Fabian Hueske

> Throw meaningful exceptions for unsupported SQL features
> --------------------------------------------------------
>
>                 Key: FLINK-3728
>                 URL: https://issues.apache.org/jira/browse/FLINK-3728
>             Project: Flink
>          Issue Type: Bug
>          Components: Table API
>    Affects Versions: 1.1.0
>            Reporter: Vasia Kalavri
>            Assignee: Fabian Hueske
>
> We must explicitly exclude unsupported SQL features such as Grouping Sets from being translated to Flink programs. 
> Otherwise, the resulting program will compute invalid results.
> For that we must restrict the Calcite rules that translate Logical {{RelNodes}} into {{DataSetRel}} or {{DataStreamRel}} nodes.
> We may only translate to {{DataSetRel}} or {{DataStreamRel}} nodes if these support the semantics of the {{RelNode}}.
> Not translating a {{RelNode}} will yield a Calcite {{CannotPlanException}} that we should catch and enrich with a meaningful error message.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)