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)

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

Reply via email to