steveloughran opened a new pull request, #17253: URL: https://github.com/apache/iceberg/pull/17253
No serious issues found; the roaring bitmap overallocation is the big one in terms of memory consumption from small files. Fix - limit allocation to the length of the data - as the data is read, reduce that maximum size that can be allocated Fix for #17214 -- 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]
