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