rdblue commented on a change in pull request #1818:
URL: https://github.com/apache/iceberg/pull/1818#discussion_r530034537



##########
File path: 
flink/src/test/java/org/apache/iceberg/flink/sink/TestTaskWriters.java
##########
@@ -235,11 +252,115 @@ public void testRandomData() throws IOException {
     }
   }
 
+  @Test
+  public void testWriteEqualityDelete() throws IOException {
+    if (format == FileFormat.ORC) {

Review comment:
       Can you use `Assume.assumeTrue`? That way it doesn't look like ORC is 
passing. It shows up as skipped.




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

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