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

Fabian Hueske updated FLINK-3728:
---------------------------------
    Summary: Throw meaningful exceptions for unsupported SQL features  (was: 
Find a way to exclude unsupported SQL features)

> 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
>
> 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)

Reply via email to