openinx commented on a change in pull request #1741:
URL: https://github.com/apache/iceberg/pull/1741#discussion_r521776315
##########
File path:
flink/src/main/java/org/apache/iceberg/flink/actions/RewriteDataFilesAction.java
##########
@@ -61,8 +61,9 @@ protected RewriteDataFilesAction self() {
return this;
}
- public void maxParallelism(int parallelism) {
+ public RewriteDataFilesAction maxParallelism(int parallelism) {
Review comment:
I think it's OK to use `maxParallelism(..)` because the base class
`BaseRewriteDataFilesAction` also have the setter method without the prefix
`set`.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]