jerqi commented on code in PR #4239:
URL: https://github.com/apache/gravitino/pull/4239#discussion_r1696413803


##########
core/src/main/java/org/apache/gravitino/GravitinoEnv.java:
##########
@@ -375,4 +385,23 @@ private void initGravitinoServerComponents() {
     // Tag manager
     this.tagManager = new TagManager(idGenerator, entityStore);
   }
+
+  // Provides a universal entrance to install lifecycle hooks. This method
+  // focuses the logic of installing hooks.
+  // We should reuse the ability of *NormalizeDispatcher to avoid solving

Review Comment:
   NO. It represents TableNormalizeDispatcher,SchemaNormalizeDispatcher, etc.



-- 
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]

Reply via email to