dramaticlly opened a new pull request, #16730: URL: https://github.com/apache/iceberg/pull/16730
From https://github.com/apache/iceberg/pull/16108#discussion_r3260581466, I changed `writeManifests` method in SnapshotProducer from static to non-static as now it need to accommodate the manifest writer parallelism from passed-in executor service. However I believe we can separate the logic on how manifests are written entirely from producing a snapshot. How to write the manifests for a given input file can be stateless and used outside the commit cycle, such as prewrite the manifest ahead of time when the number of changed files are too large and leads to OOM. -- 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]
