dimas-b commented on code in PR #3699:
URL: https://github.com/apache/polaris/pull/3699#discussion_r3243251253
##########
runtime/service/src/intTest/java/org/apache/polaris/service/it/RestCatalogRustFSSpecialIT.java:
##########
@@ -383,7 +383,6 @@ private void
assertLoadTableWithVendedCredentialsFailsWithKmsError(TableIdentifi
id,
"ALL",
Map.of("X-Iceberg-Access-Delegation",
VENDED_CREDENTIALS.protocolValue())))
- .hasMessageContaining("Failed to get subscoped credentials")
Review Comment:
Yeah... having `Failed to get subscoped credentials` in the message is
probably relevant only on the server side, but severs should really log the
full stack trace, which will make the call path clear.
I'm fine with removing exception wrapping on the call path.
--
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]