[
https://issues.apache.org/jira/browse/IGNITE-29023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18110162#comment-18110162
]
Ignite TC Bot commented on IGNITE-29023:
----------------------------------------
{panel:title=Branch: [pull/13539/head] Base: [master] : No blockers
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/13539/head] Base: [master] : New Tests
(3)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}Calcite SQL 2{color} [[tests
2|https://ci2.ignite.apache.org/viewLog.html?buildId=9319276]]
* {color:#013220}IgniteCalciteTestSuite2:
TableFunctionPlannerTest.testCrossApply - PASSED{color}
* {color:#013220}IgniteCalciteTestSuite2:
TableFunctionPlannerTest.testOuterApply - PASSED{color}
{color:#00008b}Calcite SQL 3{color} [[tests
1|https://ci2.ignite.apache.org/viewLog.html?buildId=9319277]]
* {color:#013220}IgniteCalciteTestSuite3:
UserDefinedFunctionsIntegrationTest.testApplyTableFunction - PASSED{color}
{panel}
[TeamCity *--> Run :: All*
Results|https://ci2.ignite.apache.org/viewLog.html?buildId=9319310&buildTypeId=IgniteTests24Java8_RunAll]
{color:#ffffff}tcbot-analysis-comment chainBuildId=9319310
rerunBuildIds=9320289,9320291,9320293,9320295,9320297{color}
> 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
> Priority: Major
> Labels: ignite-2
> Time Spent: 10m
> Remaining Estimate: 0h
>
> С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)