liurenjie1024 commented on code in PR #1532: URL: https://github.com/apache/iceberg-rust/pull/1532#discussion_r2218759287
########## crates/iceberg/src/error.rs: ########## @@ -232,7 +234,7 @@ impl Error { // internally. It's zero cost if backtrace is disabled. backtrace: Backtrace::capture(), - retryable: false, + retryable: kind == ErrorKind::CatalogCommitConflicts, Review Comment: This is odd to me, I would expect explicit call to change the `retryable` property. -- 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 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