ahmedabu98 opened a new pull request, #38039: URL: https://github.com/apache/beam/pull/38039
Current implementation gathers all data files into one worker to commit. This can result in OOM when importing large amounts of files (e.g. millions). New implementation batches data files into Manifests, then batches manifests into one worker to commit. This is much more manageable for the one committing worker -- 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]
