rdblue commented on PR #3977: URL: https://github.com/apache/iceberg/pull/3977#issuecomment-1100227279
I think the general consensus here was that reclaiming memory by closing files is not the right approach. Instead, Iceberg supports Avro so you can write using a format that takes significantly less memory, and you can shuffle the data to minimize the number of open files in any give task. -- 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]
