nastra commented on code in PR #12048: URL: https://github.com/apache/iceberg/pull/12048#discussion_r1928166943
########## spark/v3.5/spark/src/test/java/org/apache/iceberg/spark/actions/TestRewritePositionDeleteFilesAction.java: ########## @@ -739,23 +749,31 @@ private Table createTablePartitioned(int partitions, int files, int numRecords) } private Table createTableUnpartitioned(int files, int numRecords) { + return createTableUnpartitioned(files, numRecords, 2); Review Comment: makes sense to me, I've updated that -- 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