stevenzwu commented on code in PR #16506:
URL: https://github.com/apache/iceberg/pull/16506#discussion_r3290395548


##########
core/src/test/java/org/apache/iceberg/TestMergeAppend.java:
##########
@@ -89,7 +90,12 @@ public void testAddManyFiles() {
   public void testAddManyFilesWithConsistentOrdering() {
     assertThat(listManifestFiles()).as("Table should start empty").isEmpty();
 
-    int multiplier = 3;

Review Comment:
   let's just change the `assumeThat` check to 3 and leave other code unchanged.
   
   I mentioned the proper long term fix in another comment.



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