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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to