xloya commented on code in PR #5078:
URL: https://github.com/apache/gravitino/pull/5078#discussion_r1796803893


##########
core/src/main/java/org/apache/gravitino/storage/relational/service/CatalogMetaService.java:
##########
@@ -215,6 +215,10 @@ public boolean deleteCatalog(NameIdentifier identifier, 
boolean cascade) {
               SessionUtils.doWithoutCommit(
                   FilesetMetaMapper.class,
                   mapper -> 
mapper.softDeleteFilesetMetasByCatalogId(catalogId)),
+          () ->
+              SessionUtils.doWithoutCommit(

Review Comment:
   Seems incorrect here, should delete column meta but delete fileset meta.



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