mchades opened a new pull request, #9864:
URL: https://github.com/apache/gravitino/pull/9864

   ### What changes were proposed in this pull request?
   
   Add Delete and Update support for Function management in FunctionMetaService.
   - Implemented deleteFunction with cascading delete support (versions).
   - Implemented updateFunction to handle version increments.
   - Added soft delete support for cascading deletion from 
Catalog/Schema/Metalake.
   
   ### Why are the changes needed?
   
   To complete the lifecycle management of functions, allowing users to update 
logic or remove functions when no longer needed.
   
   Fix: #9528
   
   ### Does this PR introduce _any_ user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   - Added TestFunctionMetaService covering update and delete scenarios.
   - Verified cascading deletes.


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