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

hive git commit: HIVE-18012 : fix ct_noperm_loc test (Zoltan Haindrich via Ashutosh Chauhan)

Repository: hive
Updated Branches:
  refs/heads/master 25f3c3f96 -> f7f635d6e


HIVE-18012 : fix ct_noperm_loc test (Zoltan Haindrich via Ashutosh Chauhan)

Signed-off-by: Ashutosh Chauhan <ha...@apache.org>


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

Branch: refs/heads/master
Commit: f7f635d6e1b2e676139e1c2f68bbfb1715086a3f
Parents: 25f3c3f
Author: Zoltan Haindrich <ki...@rxd.hu>
Authored: Tue Nov 14 13:20:54 2017 -0800
Committer: Ashutosh Chauhan <ha...@apache.org>
Committed: Tue Nov 14 13:20:54 2017 -0800

----------------------------------------------------------------------
 ql/src/test/queries/clientnegative/ct_noperm_loc.q     |  2 +-
 ql/src/test/results/clientnegative/ct_noperm_loc.q.out | 10 ++++++++++
 2 files changed, 11 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/f7f635d6/ql/src/test/queries/clientnegative/ct_noperm_loc.q
----------------------------------------------------------------------
diff --git a/ql/src/test/queries/clientnegative/ct_noperm_loc.q b/ql/src/test/queries/clientnegative/ct_noperm_loc.q
index 9ccca56..958d78d 100644
--- a/ql/src/test/queries/clientnegative/ct_noperm_loc.q
+++ b/ql/src/test/queries/clientnegative/ct_noperm_loc.q
@@ -8,4 +8,4 @@ dfs ${system:test.dfs.mkdir} hdfs:///tmp/ct_noperm_loc;
 set user.name=user1;
 
 create table foo0(id int) location 'hdfs:///tmp/ct_noperm_loc_foo0';
-create table foo1 location 'hdfs:///tmp/ct_noperm_loc/foo1';
+create table foo1(id int) location 'hdfs:///tmp/ct_noperm_loc/foo1';

http://git-wip-us.apache.org/repos/asf/hive/blob/f7f635d6/ql/src/test/results/clientnegative/ct_noperm_loc.q.out
----------------------------------------------------------------------
diff --git a/ql/src/test/results/clientnegative/ct_noperm_loc.q.out b/ql/src/test/results/clientnegative/ct_noperm_loc.q.out
index 0b8182a..a3f7aec 100644
--- a/ql/src/test/results/clientnegative/ct_noperm_loc.q.out
+++ b/ql/src/test/results/clientnegative/ct_noperm_loc.q.out
@@ -1 +1,11 @@
 #### A masked pattern was here ####
+PREHOOK: type: CREATETABLE
+#### A masked pattern was here ####
+PREHOOK: Output: database:default
+PREHOOK: Output: default@foo0
+#### A masked pattern was here ####
+POSTHOOK: type: CREATETABLE
+#### A masked pattern was here ####
+POSTHOOK: Output: database:default
+POSTHOOK: Output: default@foo0
+#### A masked pattern was here ####