HonahX commented on code in PR #2883:
URL: https://github.com/apache/polaris/pull/2883#discussion_r2507256378


##########
polaris-core/src/main/java/org/apache/polaris/core/persistence/dao/entity/ScopedCredentialsResult.java:
##########
@@ -37,20 +37,20 @@ public class ScopedCredentialsResult extends BaseResult {
   public ScopedCredentialsResult(
       @Nonnull ReturnStatus errorCode, @Nullable String extraInformation) {
     super(errorCode, extraInformation);
-    this.accessConfig = null;
+    this.storageAccessConfig = null;
   }
 
   /**
    * Constructor for success
    *
-   * @param accessConfig credentials
+   * @param storageAccessConfig credentials generated by a successful 
getSubscopedCredsForEntity()

Review Comment:
   Sorry for being late here. I am ok with either approach 



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