puchengy opened a new issue, #8420: URL: https://github.com/apache/iceberg/issues/8420
### Feature Request / Improvement By looking at the implementation of `appendManifest` method, it is using data structure that is not thread safe, for example ``` private final List<ManifestFile> rewrittenAppendManifests = Lists.newArrayList(); ``` Will be great to make it thread safe such that we can add manifests in parallel. ### Query engine None -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
