XJDKC commented on code in PR #1805: URL: https://github.com/apache/polaris/pull/1805#discussion_r2136770954
########## polaris-core/src/main/java/org/apache/polaris/core/persistence/transactional/TransactionalMetaStoreManagerImpl.java: ########## @@ -473,6 +475,12 @@ private void revokeGrantRecord( ms.persistStorageIntegrationIfNeededInCurrentTxn(callCtx, catalog, integration); + // CATALOG_PRE_PERSIST mutation point + EntityMutationEngine entityMutationEngine = callCtx.getEntityMutationEngine(); + if (entityMutationEngine != null) { + entityMutationEngine.applyMutations(MutationPoint.CATALOG_PRE_PERSIST, catalog); Review Comment: Done! -- 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