jun-he edited a comment on issue #726: Improve multi-threading in BaseRewriteManifests URL: https://github.com/apache/incubator-iceberg/issues/726#issuecomment-583285403 @aokolnychyi Looks like we can drop drop synchronization in WriterWrapper by grouping the remainingManifest by partitionSpecId and then passing each sublist as the input to the thread pool.
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
