kbendick commented on a change in pull request #1741:
URL: https://github.com/apache/iceberg/pull/1741#discussion_r521535118
##########
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:
Would it make sense to also add `setMaxParallelism` in addition to this
to match the 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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]