openinx commented on a change in pull request #1623:
URL: https://github.com/apache/iceberg/pull/1623#discussion_r517180085
##########
File path:
core/src/main/java/org/apache/iceberg/actions/BaseRewriteDataFilesAction.java
##########
@@ -268,6 +268,23 @@ private void replaceDataFiles(Iterable<DataFile>
deletedDataFiles, Iterable<Data
}
}
+ protected int getParallelism(int parallelism, List<CombinedScanTask>
combinedScanTasks) {
Review comment:
btw, it seems to be a method which was designed for flink, Better to
move it to flink implementation class ?
----------------------------------------------------------------
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]