abstractdog commented on code in PR #5174: URL: https://github.com/apache/hive/pull/5174#discussion_r1547471700
########## 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: it's not supposed to have any changes, it should just work with the new serialized split the same way, so we're expecting the same results this detail is not exposed via explain also -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org