jerryshao commented on code in PR #9856:
URL: https://github.com/apache/gravitino/pull/9856#discussion_r2757036068
##########
core/src/main/java/org/apache/gravitino/storage/relational/JDBCBackend.java:
##########
@@ -455,6 +468,10 @@ public int deleteOldVersionData(Entity.EntityType
entityType, long versionRetent
.deletePolicyVersionsByRetentionCount(
versionRetentionCount,
GARBAGE_COLLECTOR_SINGLE_DELETION_LIMIT);
+ case FUNCTION:
+ // TODO: implement deleteFunctionVersionsByRetentionCount
+ return 0;
+
Review Comment:
Did you cover the code to delete the functions when metalake / catalog /
schema is deleted? I guess we should also change that code.
--
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]