aokolnychyi commented on code in PR #6055:
URL: https://github.com/apache/iceberg/pull/6055#discussion_r1005232712
##########
spark/v3.3/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestDelete.java:
##########
@@ -807,6 +815,20 @@ public synchronized void testDeleteWithSnapshotIsolation()
"ALTER TABLE %s SET TBLPROPERTIES('%s' '%s')",
tableName, DELETE_ISOLATION_LEVEL, "snapshot");
+ // pre-populate the table to force it to use the Spark writers instead of
metadata-only delete
Review Comment:
Copied from a similar test above.
--
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]