You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Quanlong Huang (Jira)" <ji...@apache.org> on 2022/02/13 14:15:00 UTC

[jira] [Resolved] (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 ]

Quanlong Huang resolved IMPALA-10982.
-------------------------------------
    Target Version: Impala 4.1.0
        Resolution: Fixed

> 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
>
> {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)