MrDerecho opened a new issue, #2203: URL: https://github.com/apache/iceberg-python/issues/2203
### Feature Request / Improvement Is it possible to include support for retry logic upon exception due to "commit failed"? The situation is that I have multiple processes using add_files to write to a table concurrently- however, by including something like "tenacity retry" outside of the method itself, add_files is required to rerun the _parquet_files_to_data_files method before retrying the operation, if the method supported retrying the commit without needing to rebuild the DataFile objects it would allow for many more concurrent operations, and/or much larger commits without the added overhead of re-running _parquet_files_to_data_files repeatedly. Let me know if this is possible. -- 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]
