zhangjun0x01 commented on a change in pull request #1623:
URL: https://github.com/apache/iceberg/pull/1623#discussion_r517210481
##########
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:
should we set the max parallelism for spark RewriteDataFilesAction? I
put the method to BaseRewriteDataFilesAction, because both flink and spark use
this method
----------------------------------------------------------------
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]