Analytic fn query test for IMPALA-1280 needs VERIFY_IS_EQUAL_SORTED

Change-Id: Iefb232a501a97a0f0351fd0794c7a3bfc279f98c
Reviewed-on: http://gerrit.sjc.cloudera.com:8080/4513
Reviewed-by: Ippokratis Pandis <ipandis@cloudera.com>
Tested-by: jenkins
This commit is contained in:
Matthew Jacobs
2014-09-24 11:21:12 -07:00
committed by Lenni Kuff
parent afbc2c28a3
commit e3c8d2fe7e

View File

@@ -870,7 +870,7 @@ TINYINT, INT, BIGINT
select sum(t1.int_col) over (partition by t1.id order by t1.int_col, t1.month)
from alltypestiny t1
where exists (select tt1.month from alltypes tt1 where t1.int_col = tt1.smallint_col)
---- RESULTS
---- RESULTS: VERIFY_IS_EQUAL_SORTED
0
0
0