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

[jira] [Updated] (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:all-tabpanel ]

Ivan Daschinsky updated IGNITE-15550:
-------------------------------------
    Fix Version/s: 2.14

> 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
>             Fix For: 2.14
>
>          Time Spent: 50m
>  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)