You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by su...@apache.org on 2017/01/11 21:03:52 UTC

hive git commit: HIVE-15536: Tests failing due to unexpected q.out outputs : udf_coalesce, case_sensitivity, input_testxpath (Chao Sun, reviewed by Ashutosh Chauhan)

Repository: hive
Updated Branches:
  refs/heads/master d1d7ba2ca -> af544f0cc


HIVE-15536: Tests failing due to unexpected q.out outputs : udf_coalesce,case_sensitivity,input_testxpath (Chao Sun, reviewed by Ashutosh Chauhan)


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

Branch: refs/heads/master
Commit: af544f0cc30eb135bf9d95f5cc28776fe2ea73f7
Parents: d1d7ba2
Author: Chao Sun <su...@apache.org>
Authored: Wed Jan 11 13:03:06 2017 -0800
Committer: Chao Sun <su...@apache.org>
Committed: Wed Jan 11 13:03:27 2017 -0800

----------------------------------------------------------------------
 ql/src/test/results/clientpositive/case_sensitivity.q.out | 1 -
 ql/src/test/results/clientpositive/input_testxpath.q.out  | 1 -
 ql/src/test/results/clientpositive/udf_coalesce.q.out     | 1 -
 3 files changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/af544f0c/ql/src/test/results/clientpositive/case_sensitivity.q.out
----------------------------------------------------------------------
diff --git a/ql/src/test/results/clientpositive/case_sensitivity.q.out b/ql/src/test/results/clientpositive/case_sensitivity.q.out
index 1952c8a..b3969cc 100644
--- a/ql/src/test/results/clientpositive/case_sensitivity.q.out
+++ b/ql/src/test/results/clientpositive/case_sensitivity.q.out
@@ -30,7 +30,6 @@ STAGE PLANS:
       Map Operator Tree:
           TableScan
             alias: src_thrift
-            Pruned Column Paths: lintstring.mystring
             Statistics: Num rows: 11 Data size: 3070 Basic stats: COMPLETE Column stats: NONE
             Filter Operator
               predicate: (lint[0] > 0) (type: boolean)

http://git-wip-us.apache.org/repos/asf/hive/blob/af544f0c/ql/src/test/results/clientpositive/input_testxpath.q.out
----------------------------------------------------------------------
diff --git a/ql/src/test/results/clientpositive/input_testxpath.q.out b/ql/src/test/results/clientpositive/input_testxpath.q.out
index 422a936..e07628a 100644
--- a/ql/src/test/results/clientpositive/input_testxpath.q.out
+++ b/ql/src/test/results/clientpositive/input_testxpath.q.out
@@ -30,7 +30,6 @@ STAGE PLANS:
       Map Operator Tree:
           TableScan
             alias: src_thrift
-            Pruned Column Paths: lintstring.mystring
             Statistics: Num rows: 11 Data size: 3070 Basic stats: COMPLETE Column stats: NONE
             Select Operator
               expressions: lint[1] (type: int), lintstring[0].mystring (type: string), mstringstring['key_2'] (type: string)

http://git-wip-us.apache.org/repos/asf/hive/blob/af544f0c/ql/src/test/results/clientpositive/udf_coalesce.q.out
----------------------------------------------------------------------
diff --git a/ql/src/test/results/clientpositive/udf_coalesce.q.out b/ql/src/test/results/clientpositive/udf_coalesce.q.out
index dc3d9df..361d173 100644
--- a/ql/src/test/results/clientpositive/udf_coalesce.q.out
+++ b/ql/src/test/results/clientpositive/udf_coalesce.q.out
@@ -140,7 +140,6 @@ STAGE PLANS:
       Processor Tree:
         TableScan
           alias: src_thrift
-          Pruned Column Paths: lintstring.mystring
           Statistics: Num rows: 11 Data size: 3070 Basic stats: COMPLETE Column stats: NONE
           Select Operator
             expressions: COALESCE(lint[1],999) (type: int), COALESCE(lintstring[0].mystring,'999') (type: string), COALESCE(mstringstring['key_2'],'999') (type: string)