deniskuzZ commented on code in PR #5467:
URL: https://github.com/apache/hive/pull/5467#discussion_r1778331437


##########
iceberg/iceberg-handler/src/test/queries/positive/merge_iceberg_orc.q:
##########
@@ -4,8 +4,8 @@ set hive.explain.user=false;
 create external table target_ice(a int, b string, c int) stored by iceberg 
stored as orc tblproperties ('format-version'='2');
 create table source(a int, b string, c int);
 
-insert into target_ice values (1, 'one', 50), (2, 'two', 51), (111, 'one', 
55), (333, 'two', 56);
-insert into source values (1, 'one', 50), (2, 'two', 51), (3, 'three', 52), 
(4, 'four', 53), (5, 'five', 54), (111, 'one', 55);
+insert into target_ice values (1, 'match', 50), (2, 'not match', 51), (3, 
'delete', 55), (4, 'not delete null', null), (null, 'match null', 56);

Review Comment:
   here



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

Reply via email to