eric-maynard commented on code in PR #1305: URL: https://github.com/apache/polaris/pull/1305#discussion_r2049959206
########## polaris-core/src/main/java/org/apache/polaris/core/secrets/UnsafeInMemorySecretsManager.java: ########## @@ -48,7 +48,8 @@ public class UnsafeInMemorySecretsManager implements UserSecretsManager { /** {@inheritDoc} */ @Override @Nonnull - public UserSecretReference writeSecret(@Nonnull String secret, @Nonnull PolarisEntity forEntity) { + public UserSecretReference writeSecret( + @Nonnull String secret, @Nonnull PolarisEntityCore forEntity) { Review Comment: 👍 -- 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: issues-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org