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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Shang Yuanchun (Jira)
Vasia Kalavri created FLINK-3728:
------------------------------------

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