kasakrisz commented on code in PR #6322: URL: https://github.com/apache/hive/pull/6322#discussion_r2822168239
########## ql/src/test/results/clientpositive/llap/materialized_view_partitioned_2.q.out: ########## @@ -533,13 +533,13 @@ POSTHOOK: Input: default@src_txn_2 PREHOOK: query: EXPLAIN SELECT * FROM src_txn_2 where key > 224 and key < 226 PREHOOK: type: QUERY -PREHOOK: Input: default@partition_mv_3 +PREHOOK: Input: default@partition_mv_1 Review Comment: This last query can be served from 3 MVs out of 4. The reason why it is changed becasue the MVs are stored in an unsorted map. I updated the test: drop 2 MVs of 3 before this query to avoid flakiness. -- 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]
