amogh-jahagirdar commented on code in PR #15051:
URL: https://github.com/apache/iceberg/pull/15051#discussion_r2714975702
##########
core/src/main/java/org/apache/iceberg/rest/ErrorHandlers.java:
##########
@@ -138,6 +142,26 @@ public void accept(ErrorResponse error) {
}
}
+ /** Table create error handler */
+ private static class CreateTableErrorHandler extends TableErrorHandler {
Review Comment:
This is also fine, just wondering it may be a smaller diff if we just
extended CommitErrorHandler, and overrode the 409 case? Unless I'm missing a
case in handling.
--
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]