HonahX commented on code in PR #1171:
URL: https://github.com/apache/polaris/pull/1171#discussion_r1996245942
##########
polaris-core/src/main/java/org/apache/polaris/core/persistence/transactional/PolarisMetaStoreManagerImpl.java:
##########
@@ -1807,6 +1812,11 @@ private PolarisEntityResolver
resolveSecurableToRoleGrant(
/** {@inheritDoc} */
@Override
+ public @Nonnull LoadGrantsResult loadGrantsToGrantee(
+ @Nonnull PolarisCallContext callCtx, PolarisEntityCore grantee) {
+ return loadGrantsToGrantee(callCtx, grantee.getCatalogId(),
grantee.getId());
+ }
+
public @Nonnull LoadGrantsResult loadGrantsToGrantee(
Review Comment:
[question] Does this still need to be public?
--
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]