kasakrisz commented on code in PR #5627: URL: https://github.com/apache/hive/pull/5627#discussion_r1954241217
########## ql/src/test/results/clientpositive/llap/materialized_view_partitioned.q.out: ########## @@ -1154,11 +1154,11 @@ POSTHOOK: Input: default@partition_mv_3 POSTHOOK: Input: default@partition_mv_3@key=238 #### A masked pattern was here #### val_238_n 238 -val_238_n 238 val_238 238 val_238 238 val_238 238 val_238 238 +val_238_n 238 Review Comment: Since the query ``` SELECT * FROM partition_mv_3 where key = 238 ``` does not specify ordering I think it depends on the execution engine internals. -- 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]
