wypoon commented on code in PR #6799:
URL: https://github.com/apache/iceberg/pull/6799#discussion_r1332350720


##########
core/src/test/java/org/apache/iceberg/TestManifestWriter.java:
##########
@@ -384,6 +386,17 @@ private void checkManifests(
     }
   }
 
+  @Test
+  public void testWriteManifestWithCompression() throws IOException {
+    validateManifestCompressionCodec(false);
+  }
+
+  @Test
+  public void testWriteDeleteManifestWithCompression() throws IOException {
+    Assume.assumeTrue("delete files are only written for format version > 1", 
formatVersion > 1);

Review Comment:
   Ok. There are other existing tests in this class that use Assume. I'll 
change them too in that case.



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