dramaticlly opened a new pull request, #15426: URL: https://github.com/apache/iceberg/pull/15426
Currently, executorService is only used in `ManifestGroup::plan` https://github.com/apache/iceberg/blob/a97b4ecc4db52ee2b0ddcecd34219275df002876/core/src/main/java/org/apache/iceberg/ManifestGroup.java#L215-L219 But it can also benefit when scanning entries in multiple manifests. Also apply defensive copy on entries as ManifestReader reuseContainers across iteration @stevenzwu @RussellSpitzer -- 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]
