singhpk234 commented on code in PR #12818: URL: https://github.com/apache/iceberg/pull/12818#discussion_r2110958150
########## 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: No worries at all, yes this can work with primitive, made the suggested changes ! -- 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