InvisibleProgrammer commented on code in PR #5174:
URL: https://github.com/apache/hive/pull/5174#discussion_r1547470439


##########
ql/src/test/results/clientpositive/llap/tez_split_serialization.q.out:
##########
@@ -0,0 +1,44 @@
+PREHOOK: query: create external table test_table(
+  strcol string,
+  intcol integer
+) stored as ORC
+PREHOOK: type: CREATETABLE
+PREHOOK: Output: database:default
+PREHOOK: Output: default@test_table
+POSTHOOK: query: create external table test_table(
+  strcol string,
+  intcol integer
+) stored as ORC
+POSTHOOK: type: CREATETABLE
+POSTHOOK: Output: database:default
+POSTHOOK: Output: default@test_table
+PREHOOK: query: insert into table test_table values ('ABC', 1), ('DEF', 2)
+PREHOOK: type: QUERY
+PREHOOK: Input: _dummy_database@_dummy_table
+PREHOOK: Output: default@test_table
+POSTHOOK: query: insert into table test_table values ('ABC', 1), ('DEF', 2)
+POSTHOOK: type: QUERY
+POSTHOOK: Input: _dummy_database@_dummy_table
+POSTHOOK: Output: default@test_table
+POSTHOOK: Lineage: test_table.intcol SCRIPT []
+POSTHOOK: Lineage: test_table.strcol SCRIPT []
+PREHOOK: query: select * from test_table
+PREHOOK: type: QUERY
+PREHOOK: Input: default@test_table
+#### A masked pattern was here ####
+POSTHOOK: query: select * from test_table
+POSTHOOK: type: QUERY
+POSTHOOK: Input: default@test_table
+#### A masked pattern was here ####
+ABC    1
+DEF    2
+PREHOOK: query: select * from test_table

Review Comment:
   I see no difference between the two select * output. Is the explain analyze 
provides better output to show what happens here? 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to