flyrain commented on code in PR #1128:
URL: https://github.com/apache/polaris/pull/1128#discussion_r1988385028


##########
service/common/src/main/java/org/apache/polaris/service/admin/PolarisAdminService.java:
##########
@@ -116,7 +117,7 @@ public class PolarisAdminService {
   private final SecurityContext securityContext;
   private final AuthenticatedPolarisPrincipal authenticatedPrincipal;
   private final PolarisAuthorizer authorizer;
-  private final PolarisMetaStoreManager metaStoreManager;
+  private final PolarisDaoManager daoManager;

Review Comment:
   Using this class to show case how business logic invokes type-specific DAO 
objects. We can easily extend it to other classes like `BasePolarisCatalog`, 
`PolarisEntityManager` and `Resolver`



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

Reply via email to