eric-maynard commented on code in PR #490: URL: https://github.com/apache/polaris/pull/490#discussion_r1861189083
########## polaris-core/src/testFixtures/java/org/apache/polaris/core/persistence/PolarisTestMetaStoreManager.java: ########## @@ -828,7 +828,7 @@ void dropEntity(List<PolarisEntityCore> catalogPath, PolarisEntityCore entityToD } /** Grant a privilege to a catalog role */ - void grantPrivilege( + public void grantPrivilege( Review Comment: They are not; the `EntityCacheTest` was moved into a new package and so these methods were no longer callable from it if they remained package-private -- 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]
