You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Xianqing He (Jira)" <ji...@apache.org> on 2021/10/25 02:50:00 UTC

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

Xianqing He created IMPALA-10982:
------------------------------------

             Summary: Unable to explain 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


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