okumin commented on code in PR #4471: URL: https://github.com/apache/hive/pull/4471#discussion_r1256147734
########## ql/src/test/results/clientpositive/llap/limit_join_transpose.q.out: ########## @@ -1339,6 +1341,7 @@ limit 1 offset 1 POSTHOOK: type: QUERY POSTHOOK: Input: default@src #### A masked pattern was here #### +86 val_86 86 val_86 Review Comment: The result was originally empty because it pushes `LIMIT 1 OFFSET 1` twice. -- 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]
