andrew4699 commented on code in PR #922: URL: https://github.com/apache/polaris/pull/922#discussion_r2001497996
########## service/common/src/main/java/org/apache/polaris/service/catalog/IcebergCatalogAdapter.java: ########## @@ -127,6 +128,7 @@ public class IcebergCatalogAdapter private final PolarisMetaStoreManager metaStoreManager; private final PolarisAuthorizer polarisAuthorizer; private final IcebergCatalogPrefixParser prefixParser; + private final PolarisEventListener polarisEventListener; Review Comment: Looks no longer needed due to https://github.com/apache/polaris/pull/922#discussion_r2001501674 -- 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]
