You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by px...@apache.org on 2015/10/20 02:54:18 UTC

hive git commit: HIVE-12210: Fix a few failing tests: testCliDriver_udf_explode and testCliDriver_udtf_explode (Aleksei S via Pengcheng Xiong)

Repository: hive
Updated Branches:
  refs/heads/master 905f2e6d0 -> f0ecc80de


HIVE-12210: Fix a few failing tests: testCliDriver_udf_explode and testCliDriver_udtf_explode (Aleksei S via Pengcheng Xiong)


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

Branch: refs/heads/master
Commit: f0ecc80de778d5654e41277e9a436fd10d6adc06
Parents: 905f2e6
Author: Pengcheng Xiong <px...@apache.org>
Authored: Mon Oct 19 17:52:55 2015 -0700
Committer: Pengcheng Xiong <px...@apache.org>
Committed: Mon Oct 19 17:52:55 2015 -0700

----------------------------------------------------------------------
 ql/src/test/results/clientpositive/udf_explode.q.out  | 2 ++
 ql/src/test/results/clientpositive/udtf_explode.q.out | 1 +
 2 files changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/f0ecc80d/ql/src/test/results/clientpositive/udf_explode.q.out
----------------------------------------------------------------------
diff --git a/ql/src/test/results/clientpositive/udf_explode.q.out b/ql/src/test/results/clientpositive/udf_explode.q.out
index f3b6b92..38c963a 100644
--- a/ql/src/test/results/clientpositive/udf_explode.q.out
+++ b/ql/src/test/results/clientpositive/udf_explode.q.out
@@ -73,6 +73,7 @@ STAGE PLANS:
                         columns.types int
                         escape.delim \
                         hive.serialization.extend.additional.nesting.levels true
+                        serialization.escape.crlf true
                         serialization.format 1
                         serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
                       serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
@@ -410,6 +411,7 @@ STAGE PLANS:
                         columns.types int:string
                         escape.delim \
                         hive.serialization.extend.additional.nesting.levels true
+                        serialization.escape.crlf true
                         serialization.format 1
                         serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
                       serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe

http://git-wip-us.apache.org/repos/asf/hive/blob/f0ecc80d/ql/src/test/results/clientpositive/udtf_explode.q.out
----------------------------------------------------------------------
diff --git a/ql/src/test/results/clientpositive/udtf_explode.q.out b/ql/src/test/results/clientpositive/udtf_explode.q.out
index b612d21..05937ab 100644
--- a/ql/src/test/results/clientpositive/udtf_explode.q.out
+++ b/ql/src/test/results/clientpositive/udtf_explode.q.out
@@ -74,6 +74,7 @@ STAGE PLANS:
                           columns.types int
                           escape.delim \
                           hive.serialization.extend.additional.nesting.levels true
+                          serialization.escape.crlf true
                           serialization.format 1
                           serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
                         serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe