roryqi commented on code in PR #9969:
URL: https://github.com/apache/gravitino/pull/9969#discussion_r2793571576


##########
core/src/main/java/org/apache/gravitino/hook/CatalogHookDispatcher.java:
##########
@@ -175,4 +175,9 @@ public void disableCatalog(NameIdentifier ident) throws 
NoSuchCatalogException {
   public boolean catalogExists(NameIdentifier ident) {
     return dispatcher.catalogExists(ident);
   }
+
+  @Override
+  public void 
addCatalogCacheRemoveListener(java.util.function.Consumer<NameIdentifier> 
listener) {

Review Comment:
   OK, I will fix this.



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