You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Yury Gerzhedovich (Jira)" <ji...@apache.org> on 2023/04/20 13:23:00 UTC

[jira] [Created] (IGNITE-19332) Sql. Support collections constuction from the query

Yury Gerzhedovich created IGNITE-19332:
------------------------------------------

             Summary: Sql. Support collections constuction from the query
                 Key: IGNITE-19332
                 URL: https://issues.apache.org/jira/browse/IGNITE-19332
             Project: Ignite
          Issue Type: Improvement
          Components: sql
            Reporter: Yury Gerzhedovich


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.10#820010)