0xffmeta opened a new pull request #4152: URL: https://github.com/apache/iceberg/pull/4152
When we try to run expire_snapshots procedure on the iceberg table for the first time, it often makes the driver OOM due to a big list of files to delete, which requires to increase the driver memory a lot. The iceberg table in our case contained more than ~2M data files and ~70K snapshots before we executed the expire_snapshots procedure. We can allow the user to choose whether to use `stream-results` as a procedure option to avoid this case. -- 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]
