kasakrisz commented on code in PR #6434:
URL: https://github.com/apache/hive/pull/6434#discussion_r3098591889


##########
iceberg/iceberg-handler/src/test/queries/positive/mv_iceberg_orc9.q:
##########
@@ -0,0 +1,28 @@
+-- Test subsequent rebuild of transactional MV when source table is Iceberg.
+
+-- SORT_QUERY_RESULTS
+set hive.txn.manager=org.apache.hadoop.hive.ql.lockmgr.DbTxnManager;
+set hive.support.concurrency=true;
+
+create table ice_basetable (a int, b string) stored by iceberg;
+insert into ice_basetable values (1, 'alfred'),(2, 'bob'),(2, 'bonnie'),(3, 
'calvin'),(3, 'charlie');
+
+create materialized view mv_acid  STORED AS ORC TBLPROPERTIES 
('transactional'='true') as

Review Comment:
   there are already tests like
   
https://github.com/apache/hive/blob/master/iceberg/iceberg-handler/src/test/queries/positive/mv_iceberg_orc2.q



-- 
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]

Reply via email to