adutra commented on code in PR #469:
URL: https://github.com/apache/polaris/pull/469#discussion_r1914593915
##########
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:
Probably. There is a huge overlap between `PolarisServiceImpl` (which is a
request-scoped CDI bean) and `PolarisAdminService`, which is just a regular
Pojo.
--
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]