Repository: hive
Updated Branches:
  refs/heads/master c0978844b -> b920fa735


HIVE-15337.03.addendum.patch


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

Branch: refs/heads/master
Commit: a88141fa0fadc0ad5d3909b11234a13322d76dc1
Parents: c097884
Author: Eugene Koifman <ekoif...@hortonworks.com>
Authored: Wed Dec 7 18:07:11 2016 -0800
Committer: Eugene Koifman <ekoif...@hortonworks.com>
Committed: Wed Dec 7 18:07:11 2016 -0800

----------------------------------------------------------------------
 ql/src/test/results/clientpositive/dbtxnmgr_showlocks.q.out | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/a88141fa/ql/src/test/results/clientpositive/dbtxnmgr_showlocks.q.out
----------------------------------------------------------------------
diff --git a/ql/src/test/results/clientpositive/dbtxnmgr_showlocks.q.out 
b/ql/src/test/results/clientpositive/dbtxnmgr_showlocks.q.out
index 4da2c87..9862887 100644
--- a/ql/src/test/results/clientpositive/dbtxnmgr_showlocks.q.out
+++ b/ql/src/test/results/clientpositive/dbtxnmgr_showlocks.q.out
@@ -53,11 +53,9 @@ POSTHOOK: type: SHOWLOCKS
 Lock ID        Database        Table   Partition       State   Blocked By      
Type    Transaction ID  Last Hearbeat   Acquired At     User    Hostname        
Agent Info
 PREHOOK: query: insert into partitioned_acid_table partition(p='abc') 
values(1,2)
 PREHOOK: type: QUERY
-PREHOOK: Input: default@values__tmp__table__1
 PREHOOK: Output: default@partitioned_acid_table@p=abc
 POSTHOOK: query: insert into partitioned_acid_table partition(p='abc') 
values(1,2)
 POSTHOOK: type: QUERY
-POSTHOOK: Input: default@values__tmp__table__1
 POSTHOOK: Output: default@partitioned_acid_table@p=abc
 POSTHOOK: Lineage: partitioned_acid_table PARTITION(p=abc).a EXPRESSION 
[(values__tmp__table__1)values__tmp__table__1.FieldSchema(name:tmp_values_col1, 
type:string, comment:), ]
 POSTHOOK: Lineage: partitioned_acid_table PARTITION(p=abc).b EXPRESSION 
[(values__tmp__table__1)values__tmp__table__1.FieldSchema(name:tmp_values_col2, 
type:string, comment:), ]

Reply via email to