[
https://issues.apache.org/jira/browse/IMPALA-10982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Quanlong Huang updated IMPALA-10982:
------------------------------------
Fix Version/s: Impala 4.1.0
> Unable to explain plan for SetOperation statement
> -------------------------------------------------
>
> Key: IMPALA-10982
> URL: https://issues.apache.org/jira/browse/IMPALA-10982
> Project: IMPALA
> Issue Type: Bug
> Components: Frontend
> Affects Versions: Impala 4.0.0
> Reporter: Xianqing He
> Assignee: Xianqing He
> Priority: Critical
> Fix For: Impala 4.1.0
>
>
> {code:java}
> [localhost.localdomain:21050] default> explain select id from
> functional.alltypessmall
> intersect
> select id from functional.alltypestiny where int_col > 0;
> Query: explain select id from functional.alltypessmall
> intersect
> select id from functional.alltypestiny where int_col > 0
> +----+
> | id |
> +----+
> | 1 |
> | 7 |
> | 3 |
> | 5 |
> +----+
> Fetched 4 row(s) in 0.13s
> {code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]