kasakrisz commented on code in PR #3934: URL: https://github.com/apache/hive/pull/3934#discussion_r1067803435
########## iceberg/iceberg-handler/src/test/queries/positive/mv_iceberg_orc2.q: ########## @@ -22,3 +22,12 @@ select * from mat1; explain cbo select tbl_ice.b, tbl_ice.c from tbl_ice where tbl_ice.c > 52; + +insert into tbl_ice values (10, 'ten', 60); Review Comment: added test for v2 -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org