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

Gabor Kaszab updated IMPALA-9500:
---------------------------------
    Description: 


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}

  was: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.


> 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
>            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.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to