flyrain commented on code in PR #469:
URL: https://github.com/apache/polaris/pull/469#discussion_r1914003590
##########
service/common/src/main/java/org/apache/polaris/service/admin/PolarisServiceImpl.java:
##########
@@ -107,12 +114,7 @@ private PolarisAdminService newAdminService(
PolarisMetaStoreManager metaStoreManager =
metaStoreManagerFactory.getOrCreateMetaStoreManager(realmContext);
return new PolarisAdminService(
Review Comment:
Question: are we going to use DI for the class `PolarisAdminService` later
as well?
--
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]