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/18 14:10:12 UTC

[jira] [Commented] (FLINK-3728) Find a way to exclude unsupported SQL features

    [ https://issues.apache.org/jira/browse/FLINK-3728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15289019#comment-15289019 ] 

Fabian Hueske commented on FLINK-3728:
--------------------------------------

This needs to be done for batch and streaming SQL.

> Find a way to exclude 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
>
> We should find a way to exclude unsupported SQL features such as outer joins, intersection, etc..
> A query like the following
> {code}
> SELECT c, g FROM t1 FULL OUTER JOIN t2 ON b = e
> {code}
> will currently not fail, but be translated into an inner join instead.



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