Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
Impala 2.2
-
None
Description
Query:
SELECT t1.month FROM alltypestiny t1 WHERE (t1.tinyint_col) IN (154.58, t1.id)
DB: Functional
Expected Number of rows returned: 2
Actual Number of rows returned: 0
There are many queries that are affected by this bug. Another query:
SELECT t1.tinyint_col FROM alltypestiny t1 WHERE (t1.month) NOT IN (355.8, t1.tinyint_col)
Expected Number of rows returned: 7
Actual Number of rows returned: 8