andrew4699 commented on code in PR #1159:
URL: https://github.com/apache/polaris/pull/1159#discussion_r1990079414
##########
service/common/src/main/java/org/apache/polaris/service/exception/IcebergExceptionMapper.java:
##########
@@ -116,14 +118,6 @@ public Response toResponse(RuntimeException
runtimeException) {
return errorResp;
}
- /**
- * @return whether any throwable in the chain case-insensitive-contains the
given message
- */
- static boolean doesAnyThrowableContainAccessDeniedHint(Throwable t) {
Review Comment:
Not needed anymore as we already loop through all throwables.
--
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]