eric-maynard commented on code in PR #1430:
URL: https://github.com/apache/polaris/pull/1430#discussion_r2056550472


##########
extension/persistence/relational-jdbc/src/main/java/org/apache/polaris/extension/persistence/relational/jdbc/JdbcBasePersistenceImpl.java:
##########
@@ -696,7 +701,7 @@ public PolarisPrincipalSecrets rotatePrincipalSecrets(
           e.getMessage(),
           e);
       throw new RuntimeException(
-          String.format("Failed to rotatePrincipalSecrets for clientId: %s", 
clientId));
+          String.format("Failed to rotatePrincipalSecrets for clientId: %s", 
clientId), e);

Review Comment:
   The cause? It shouldn't be leaking any sensitive information



-- 
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]

Reply via email to