aokolnychyi commented on code in PR #15240:
URL: https://github.com/apache/iceberg/pull/15240#discussion_r2823627345


##########
spark/v4.1/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestCopyOnWriteMerge.java:
##########
@@ -61,96 +45,6 @@ protected Map<String, String> extraTableProperties() {
         TableProperties.MERGE_MODE, 
RowLevelOperationMode.COPY_ON_WRITE.modeName());
   }
 
-  @TestTemplate

Review Comment:
   This test was verifying a particular limitation that we couldn't 
concurrently modify the table from another thread. This is no longer an issue 
because we pin the scanned snapshot so it doesn't matter if the underlying 
table evolves in the meantime.



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