coderfender commented on code in PR #13082:
URL: https://github.com/apache/iceberg/pull/13082#discussion_r2096457057


##########
flink/v1.20/flink/src/main/java/org/apache/iceberg/flink/maintenance/api/RewriteDataFiles.java:
##########
@@ -170,6 +170,12 @@ public Builder maxFileGroupSizeBytes(long 
maxFileGroupSizeBytes) {
       return this;
     }
 
+    /**
+     * Configures max files to rewrite. See {@link 
BinPackRewriteFilePlanner#MAX_FILES_TO_REWRITE}
+     * for more details.
+     *
+     * @param maxFilesToRewrite maximum files to rewrite
+     */
     public Builder maxFilesToRewrite(int maxFilesToRewrite) {

Review Comment:
   @pvary  . The only change unrelated to backporting and docs is the  method 
signature JAVA docs I added for flink API 



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