diqiu50 commented on code in PR #11349:
URL: https://github.com/apache/gravitino/pull/11349#discussion_r3363212629


##########
flink-connector/flink-common/src/main/java/org/apache/gravitino/flink/connector/catalog/BaseCatalog.java:
##########
@@ -332,6 +333,16 @@ public void dropTable(ObjectPath tablePath, boolean 
ignoreIfNotExists)
     }
   }
 
+  /**
+   * Drops the table entry. Subclasses may override to use a different drop 
strategy (e.g., purge).

Review Comment:
   For Paimon, GravitinoPaimonCatalog overrides it to call purgeTable(). 



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