konstantinb commented on code in PR #6494: URL: https://github.com/apache/hive/pull/6494#discussion_r3251335013
########## ql/src/test/results/clientpositive/llap/udf_like.q.out: ########## @@ -107,3 +107,132 @@ POSTHOOK: type: QUERY POSTHOOK: Input: default@splitlines #### A masked pattern was here #### true +PREHOOK: query: CREATE TABLE SplitLinesUnderscore (q STRING) STORED AS ORC +PREHOOK: type: CREATETABLE +PREHOOK: Output: database:default +PREHOOK: Output: default@SplitLinesUnderscore +POSTHOOK: query: CREATE TABLE SplitLinesUnderscore (q STRING) STORED AS ORC +POSTHOOK: type: CREATETABLE +POSTHOOK: Output: database:default +POSTHOOK: Output: default@SplitLinesUnderscore +PREHOOK: query: INSERT INTO SplitLinesUnderscore + SELECT 'first\nsecond' UNION ALL SELECT 'first_second\nthird' +PREHOOK: type: QUERY +PREHOOK: Input: _dummy_database@_dummy_table +PREHOOK: Output: default@splitlinesunderscore +POSTHOOK: query: INSERT INTO SplitLinesUnderscore + SELECT 'first\nsecond' UNION ALL SELECT 'first_second\nthird' +POSTHOOK: type: QUERY +POSTHOOK: Input: _dummy_database@_dummy_table +POSTHOOK: Output: default@splitlinesunderscore +POSTHOOK: Lineage: splitlinesunderscore.q SCRIPT [] +PREHOOK: query: SELECT count(*) FROM SplitLinesUnderscore WHERE q LIKE '%first_second%' +PREHOOK: type: QUERY +PREHOOK: Input: default@splitlinesunderscore +#### A masked pattern was here #### +POSTHOOK: query: SELECT count(*) FROM SplitLinesUnderscore WHERE q LIKE '%first_second%' +POSTHOOK: type: QUERY +POSTHOOK: Input: default@splitlinesunderscore +#### A masked pattern was here #### +2 Review Comment: the value was `0` before the code changes of this PR -- 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]
