amogh-jahagirdar commented on code in PR #12818: URL: https://github.com/apache/iceberg/pull/12818#discussion_r2110633748
########## core/src/main/java/org/apache/iceberg/rest/responses/ErrorResponse.java: ########## @@ -126,9 +134,14 @@ public Builder responseCode(Integer responseCode) { return this; } + public Builder wasRetried(Boolean hasBeenRetried) { Review Comment: Sorry for missing this on my first pass, can this just be a primitive `boolean` ? -- 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