amogh-jahagirdar commented on code in PR #11131:
URL: https://github.com/apache/iceberg/pull/11131#discussion_r1801762698


##########
core/src/test/java/org/apache/iceberg/TestRowDelta.java:
##########
@@ -1519,6 +1574,69 @@ public void testConcurrentDeletesRewriteSameDeleteFile() 
{
         statuses(Status.ADDED));
   }
 
+  @TestTemplate
+  public void testConcurrentManifestRewriteWithDeleteFileRemoval() throws 
IOException {
+    // Manifest rewrite isn't supported on branches currently
+    assumeThat(branch).isEqualTo("main");

Review Comment:
   Had an old PR to fix this https://github.com/apache/iceberg/pull/10265/files
   
   for now though i don't think we need to block on that, because I think the 
test is useful as it is 



-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to