Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 1.3.1
-
None
Description
The following query (using the functional.alltypesagg table) fails:
explain select int_col from (select int_col, bigint_col from alltypesagg union all (select int_col, bigint_col from alltypesagg) order by bigint_col limit 10) A
[localhost:21000] > explain select int_col from (select int_col, bigint_col from alltypesagg union all (select int_col, bigint_col from alltypesagg) order by bigint_col limit 10) A;
Query: explain select int_col from (select int_col, bigint_col from alltypesagg union all (select int_col, bigint_col from alltypesagg) order by bigint_col limit 10) A
ERROR: IllegalStateException: null