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 "Xianqing He (Jira)" <ji...@apache.org> on 2021/10/25 02:50:00 UTC

[jira] [Updated] (IMPALA-10982) Unable to explain plan for SetOperation statement

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

Xianqing He updated IMPALA-10982:
---------------------------------
    Summary: Unable to explain plan for SetOperation statement  (was: Unable to explain for SetOperation statement)

> 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
>            Reporter: Xianqing He
>            Assignee: Xianqing He
>            Priority: Major
>
> {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.3.4#803005)

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