dentiny opened a new issue, #12960: URL: https://github.com/apache/iceberg/issues/12960
### Query engine iceberg rust sdk: https://github.com/apache/iceberg-rust ### Question Hi team, when I checked [iceberg spec](https://iceberg.apache.org/docs/latest/configuration/#table-behavior-properties), I found there're configurable properties about transaction commit behavior. A few related fields: `commit.retry.num-retries`, `commit.retry.min-wait-ms`, etc. My question is: - Are these fields only applied to `transaction::commit` (take rust implementation as an example: https://github.com/apache/iceberg-rust/blob/b4bc6dd15ae4f7a4b1c9ce555e3458089a83e228/crates/iceberg/src/transaction/mod.rs#L186-L195), which write manifest file, metadata file and version hint; or applied to all file write, including puffin file and data file? - Should we have retry specs which applied to all IO operations? -- 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: issues-unsubscr...@iceberg.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org