Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 1.2.3
-
None
-
None
Description
This query crashes Impala with codegen enabled:
select timestamp_col from functional_avro.alltypesagg where timestamp_col < cast('2010-01-01 01:05:20' as timestamp)
With codegen disabled everything works fine.