You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by sp...@apache.org on 2016/11/22 20:30:43 UTC

hive git commit: HIVE-15266: Edit test output of negative blobstore tests to match HIVE-15226 (Thomas Poepping, reviewed by Sergio Pena and Sahil Takiar)

Repository: hive
Updated Branches:
  refs/heads/master a6c4004a9 -> b366cf7c8


HIVE-15266: Edit test output of negative blobstore tests to match HIVE-15226 (Thomas Poepping, reviewed by Sergio Pena and Sahil Takiar)


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

Branch: refs/heads/master
Commit: b366cf7c83890ab69cab929ed69745af1b601d45
Parents: a6c4004
Author: Sergio Pena <se...@cloudera.com>
Authored: Tue Nov 22 14:30:10 2016 -0600
Committer: Sergio Pena <se...@cloudera.com>
Committed: Tue Nov 22 14:30:10 2016 -0600

----------------------------------------------------------------------
 .../src/test/results/clientnegative/select_dropped_table.q.out   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/b366cf7c/itests/hive-blobstore/src/test/results/clientnegative/select_dropped_table.q.out
----------------------------------------------------------------------
diff --git a/itests/hive-blobstore/src/test/results/clientnegative/select_dropped_table.q.out b/itests/hive-blobstore/src/test/results/clientnegative/select_dropped_table.q.out
index e227b36..ce40c54 100644
--- a/itests/hive-blobstore/src/test/results/clientnegative/select_dropped_table.q.out
+++ b/itests/hive-blobstore/src/test/results/clientnegative/select_dropped_table.q.out
@@ -1,13 +1,13 @@
 PREHOOK: query: CREATE TABLE qtest (key STRING, value STRING)
 #### A masked pattern was here ####
 PREHOOK: type: CREATETABLE
-PREHOOK: Input: #### A masked pattern was here ####
+PREHOOK: Input: ### test.blobstore.path ###/qtest
 PREHOOK: Output: database:default
 PREHOOK: Output: default@qtest
 POSTHOOK: query: CREATE TABLE qtest (key STRING, value STRING)
 #### A masked pattern was here ####
 POSTHOOK: type: CREATETABLE
-POSTHOOK: Input: #### A masked pattern was here ####
+POSTHOOK: Input: ### test.blobstore.path ###/qtest
 POSTHOOK: Output: database:default
 POSTHOOK: Output: default@qtest
 PREHOOK: query: DROP TABLE qtest