nastra commented on code in PR #11258:
URL: https://github.com/apache/iceberg/pull/11258#discussion_r1810083290


##########
spark/v3.5/spark/src/test/java/org/apache/iceberg/spark/actions/TestRewriteDataFilesAction.java:
##########
@@ -557,8 +557,8 @@ public void testBinPackCombineMixedFiles() {
 
   @Test
   public void testBinPackCombineMediumFiles() {
-    Table table = createTable(4);
-    shouldHaveFiles(table, 4);
+    Table table = createTable(6);
+    shouldHaveFiles(table, 6);

Review Comment:
   I'm not sure I understand why changes to this test are being made



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