Kirill Tkalenko created IGNITE-29023:
----------------------------------------

             Summary: SQL Calcite: Enable CROSS APPLY and OUTER APPLY
                 Key: IGNITE-29023
                 URL: https://issues.apache.org/jira/browse/IGNITE-29023
             Project: Ignite
          Issue Type: Improvement
            Reporter: Kirill Tkalenko
            Assignee: Kirill Tkalenko


Сalcite engine rejects {{CROSS APPLY}} and {{{}OUTER APPLY{}}}:

{{}}
{noformat}
APPLY operator is not allowed under the current SQL conformance level{noformat}
{{}}

Example:

{{}}
{noformat}
SELECT * FROM Person p CROSS APPLY (SELECT p.id) v;{noformat}
{{}}

Calcite supports these operators, but *{{IgniteSqlConformance}}* does not 
enable them.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to