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

Reply via email to