pvary commented on code in PR #12824:
URL: https://github.com/apache/iceberg/pull/12824#discussion_r2077364031
##########
core/src/test/java/org/apache/iceberg/actions/TestBinPackRewriteFilePlanner.java:
##########
@@ -290,7 +290,8 @@ void testValidOptions() {
BinPackRewriteFilePlanner.MAX_FILE_GROUP_SIZE_BYTES,
BinPackRewriteFilePlanner.DELETE_FILE_THRESHOLD,
BinPackRewriteFilePlanner.DELETE_RATIO_THRESHOLD,
- RewriteDataFiles.REWRITE_JOB_ORDER));
+ RewriteDataFiles.REWRITE_JOB_ORDER,
+ RewriteDataFiles.MAX_FILES_TO_REWRITE));
Review Comment:
We need tests in the core to test that the filtering working as expected
--
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]