mirror of
https://github.com/apache/impala.git
synced 2026-01-09 06:05:09 -05:00
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:
committed by
Lenni Kuff
parent
afbc2c28a3
commit
e3c8d2fe7e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user