diff --git ql/src/test/queries/clientnegative/ct_noperm_loc.q ql/src/test/queries/clientnegative/ct_noperm_loc.q index 9ccca56ac7..958d78dc02 100644 --- ql/src/test/queries/clientnegative/ct_noperm_loc.q +++ 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'; diff --git ql/src/test/results/clientnegative/ct_noperm_loc.q.out ql/src/test/results/clientnegative/ct_noperm_loc.q.out index 0b8182a69b..a3f7aec419 100644 --- ql/src/test/results/clientnegative/ct_noperm_loc.q.out +++ 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 ####