From e3c8d2fe7e8f657ee4c8d1955024d3da9a3699bc Mon Sep 17 00:00:00 2001 From: Matthew Jacobs Date: Wed, 24 Sep 2014 11:21:12 -0700 Subject: [PATCH] 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 Tested-by: jenkins --- .../functional-query/queries/QueryTest/analytic-fns.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testdata/workloads/functional-query/queries/QueryTest/analytic-fns.test b/testdata/workloads/functional-query/queries/QueryTest/analytic-fns.test index 3bd2ec881..77e980d0a 100644 --- a/testdata/workloads/functional-query/queries/QueryTest/analytic-fns.test +++ b/testdata/workloads/functional-query/queries/QueryTest/analytic-fns.test @@ -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