Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
Impala 4.0.0
-
ghx-label-3
Description
[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