CTTY commented on code in PR #1532:
URL: https://github.com/apache/iceberg-rust/pull/1532#discussion_r2220743353


##########
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:
   Hmm I don't have a strong opinion on this, was just thinking it will be more 
convenient like this. Will fix this



-- 
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

Reply via email to