amansinha100 commented on code in PR #6330: URL: https://github.com/apache/hive/pull/6330#discussion_r2890955289
########## iceberg/iceberg-handler/src/test/queries/positive/mv_iceberg_orc2.q: ########## @@ -39,5 +43,7 @@ explain cbo alter materialized view mat1 rebuild; alter materialized view mat1 rebuild; +alter materialized view mat2 rebuild; Review Comment: In this test we are checking if rebuild for different materialized views succeeds. Can we also test if rebuilds of the same MV also works both in a serialized way within a session and in a concurrent sessions scenario ? -- 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]
