XJDKC commented on code in PR #1805:
URL: https://github.com/apache/polaris/pull/1805#discussion_r2136201449
##########
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:
Oh sry, I add the `MutationPoint` later, haven't tested it yet. Let me fix
it, I added a test that should catch it.
--
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]