You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ignite TC Bot (Jira)" <ji...@apache.org> on 2022/06/07 09:34:00 UTC

[jira] [Commented] (IGNITE-15550) Calcite engine. Support collections constuction from the query

    [ https://issues.apache.org/jira/browse/IGNITE-15550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17550901#comment-17550901 ] 

Ignite TC Bot commented on IGNITE-15550:
----------------------------------------

{panel:title=Branch: [pull/10059/head] Base: [master] : Possible Blockers (1)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}Queries 2 (lazy=true){color} [[tests 1|https://ci.ignite.apache.org/viewLog.html?buildId=6612847]]
* IgniteBinaryCacheQueryLazyTestSuite2: DynamicIndexReplicatedAtomicConcurrentSelfTest.testQueryConsistencyMultithreaded - Test has low fail rate in base branch 0,0% and is not flaky

{panel}
{panel:title=Branch: [pull/10059/head] Base: [master] : New Tests (4)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}Calcite SQL{color} [[tests 4|https://ci.ignite.apache.org/viewLog.html?buildId=6613155]]
* {color:#013220}IgniteCalciteTestSuite: map.test - PASSED{color}
* {color:#013220}IgniteCalciteTestSuite: array.test - PASSED{color}
* {color:#013220}IgniteCalciteTestSuite: array_agg.test - PASSED{color}
* {color:#013220}IgniteCalciteTestSuite: array_agg.test_slow - PASSED{color}

{panel}
[TeamCity *--&gt; Run :: All* Results|https://ci.ignite.apache.org/viewLog.html?buildId=6612851&amp;buildTypeId=IgniteTests24Java8_RunAll]

> Calcite engine. Support collections constuction from the query
> --------------------------------------------------------------
>
>                 Key: IGNITE-15550
>                 URL: https://issues.apache.org/jira/browse/IGNITE-15550
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Aleksey Plekhanov
>            Assignee: Ivan Daschinsky
>            Priority: Minor
>              Labels: calcite, calcite2-required, calcite3-required, ignite-3
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> Currently, queries like:
>  
> {noformat}
> SELECT MAP(SELECT 'a', 1)
> SELECT ARRAY(SELECT 1){noformat}
> Can't be executed, since logical plan contains \{{Collect}} relational operator and there is no rule and no physical operator to convert this logical operator. 
>  



--
This message was sent by Atlassian Jira
(v8.20.7#820007)