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

   ### What changes were proposed in this pull request?
   
   Implement FunctionMetaService and expose function management capabilities 
(Create, Get, List).
   - Added FunctionMetaService with create, get, and list operations.
   - Added TestFunctionMetaService to verify the functionality.
   - Registered service in JDBCBackend.
   
   ### Why are the changes needed?
   
   To enable users to manage functions (UDFs) via the relational backend. This 
commit covers the basic read and write operations.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No. (This is backend implementation)
   
   ### How was this patch tested?
   
   - Added TestFunctionMetaService covering create, get, and list scenarios.


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