mirror of
https://github.com/apache/impala.git
synced 2026-01-08 03:02:48 -05:00
IMPALA-84: Predicates not evaluated if select exprs are constant.
This commit is contained in:
committed by
Henry Robinson
parent
dbe3127383
commit
4c45bc06c4
@@ -412,3 +412,10 @@ tinyint, bigint
|
||||
---- RESULTS
|
||||
NULL,990
|
||||
====
|
||||
---- QUERY
|
||||
# test that conjuncts are evaluated even if no columns are referenced
|
||||
select 1 from alltypestiny where 3 > 4
|
||||
---- TYPES
|
||||
tinyint
|
||||
---- RESULTS
|
||||
====
|
||||
Reference in New Issue
Block a user