You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by lv...@apache.org on 2018/02/04 18:46:28 UTC

[3/6] impala git commit: IMPALA-4924 addendum: Change result type to decimal in a TPCH query

IMPALA-4924 addendum: Change result type to decimal in a TPCH query

Change the expected result type of Kudu TPCH Q17 to Decimal because
DECIMAL_V2 is now enabled by default. This was not done earlier because
we were not running TPCH on Kudu regularly.

Cherry-picks: not for 2.x

Change-Id: I46fc038d40969547622707ce77a037494f0ed0a9
Reviewed-on: http://gerrit.cloudera.org:8080/9208
Reviewed-by: Taras Bobrovytsky <tb...@cloudera.com>
Tested-by: Impala Public Jenkins


Project: http://git-wip-us.apache.org/repos/asf/impala/repo
Commit: http://git-wip-us.apache.org/repos/asf/impala/commit/a493a016
Tree: http://git-wip-us.apache.org/repos/asf/impala/tree/a493a016
Diff: http://git-wip-us.apache.org/repos/asf/impala/diff/a493a016

Branch: refs/heads/master
Commit: a493a016450dc217d4d034d49f4a150429828454
Parents: c201753
Author: Taras Bobrovytsky <tb...@cloudera.com>
Authored: Fri Feb 2 17:23:06 2018 -0800
Committer: Impala Public Jenkins <im...@gerrit.cloudera.org>
Committed: Sat Feb 3 05:22:24 2018 +0000

----------------------------------------------------------------------
 testdata/workloads/tpch/queries/tpch-kudu-q17.test | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/impala/blob/a493a016/testdata/workloads/tpch/queries/tpch-kudu-q17.test
----------------------------------------------------------------------
diff --git a/testdata/workloads/tpch/queries/tpch-kudu-q17.test b/testdata/workloads/tpch/queries/tpch-kudu-q17.test
index 81f9d35..4f66748 100644
--- a/testdata/workloads/tpch/queries/tpch-kudu-q17.test
+++ b/testdata/workloads/tpch/queries/tpch-kudu-q17.test
@@ -21,5 +21,5 @@ where
 ---- RESULTS
 348406.05
 ---- TYPES
-double
-====
\ No newline at end of file
+decimal
+====