ayushtkn commented on code in PR #6698:
URL: https://github.com/apache/hive/pull/6698#discussion_r3780283749
##########
iceberg/iceberg-handler/src/test/queries/positive/row_lineage.q:
##########
@@ -77,4 +77,27 @@ WHEN MATCHED THEN
SELECT id, data, ROW__LINEAGE__ID, LAST__UPDATED__SEQUENCE__NUMBER
FROM ice_merge_cow
-ORDER BY ROW__LINEAGE__ID;
\ No newline at end of file
+ORDER BY ROW__LINEAGE__ID;
+
+-- cow delete
+CREATE TABLE ice_cow_delete (
+ id INT,
+ data STRING
+)
+STORED BY iceberg
+TBLPROPERTIES ('format-version'='3', 'write.delete.mode'='copy-on-write');
Review Comment:
can u add a test around a partitioned table as well
--
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]