kasakrisz commented on code in PR #3939: URL: https://github.com/apache/hive/pull/3939#discussion_r1072440879
########## iceberg/iceberg-handler/src/test/queries/positive/mv_iceberg_partitioned_orc.q: ########## @@ -0,0 +1,16 @@ +-- MV data is stored by partitioned iceberg testing the existing Hive syntax (also used by native mv) to specify partition cols. +--! qt:replace:/(\s+uuid\s+)\S+(\s*)/$1#Masked#$2/ +-- SORT_QUERY_RESULTS + +drop materialized view if exists mat1; +drop table if exists tbl_ice; + +create table tbl_ice(a int, b string, c int) stored by iceberg stored as orc tblproperties ('format-version'='1'); Review Comment: added -- 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