You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Gabor Kaszab (Jira)" <ji...@apache.org> on 2022/01/13 12:55:00 UTC

[jira] [Resolved] (IMPALA-9500) Allow returning complex types from a subselect

     [ https://issues.apache.org/jira/browse/IMPALA-9500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gabor Kaszab resolved IMPALA-9500.
----------------------------------
    Resolution: Won't Fix

This is handled by the "support xyz complex type in select list" patches.

> Allow returning complex types from a subselect
> ----------------------------------------------
>
>                 Key: IMPALA-9500
>                 URL: https://issues.apache.org/jira/browse/IMPALA-9500
>             Project: IMPALA
>          Issue Type: New Feature
>          Components: Frontend
>            Reporter: Gabor Kaszab
>            Priority: Major
>              Labels: complextype
>
> Once the rest of the tasks are implemented from the same epic there is a chance that there won't be anything to do with this issue.
> One sample query:
> {code:java}
> select id, nested_struct.a, a.item
> from (
> select id * 100 as id,
> nested_struct,
> int_array
> from
> functional_parquet.complextypestbl
> ) t, t.int_array a
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org