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

Xuebin Su updated IMPALA-14538:
-------------------------------
    Description: 
Queries that reference an array column as a table, such as
{code:sql}
SELECT item FROM kudu_array.array_int;{code}
are not supported for Kudu tables in IMPALA-14472.

As a result, such a query will fail with the following error message:
{code:java}
AnalysisException: Referencing a Kudu collection column as a table is not 
supported. {code}

  was:
Queries that reference an array column as a table, such as
{code:sql}
SELECT item FROM kudu_array.array_int;{code}
are not supported for Kudu tables in IMPALA-14472.


> Referencing a Kudu collection column as a table is not supported
> ----------------------------------------------------------------
>
>                 Key: IMPALA-14538
>                 URL: https://issues.apache.org/jira/browse/IMPALA-14538
>             Project: IMPALA
>          Issue Type: Improvement
>          Components: Frontend
>            Reporter: Xuebin Su
>            Priority: Major
>
> Queries that reference an array column as a table, such as
> {code:sql}
> SELECT item FROM kudu_array.array_int;{code}
> are not supported for Kudu tables in IMPALA-14472.
> As a result, such a query will fail with the following error message:
> {code:java}
> AnalysisException: Referencing a Kudu collection column as a table is not 
> supported. {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to