dimas-b commented on code in PR #1171:
URL: https://github.com/apache/polaris/pull/1171#discussion_r1996269593
##########
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:
No, but I did not want to expand the scope of changes unnecessarily.
--
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]