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

   ### What changes were proposed in this pull request?
   
   This PR implements the storage layer for UDF (User-Defined Function) 
persistence in the relational database backend. It adds the necessary 
components to persist function metadata to MySQL, PostgreSQL, and H2 databases.
   
   ### Why are the changes needed?
   
   This is part of the UDF management feature (issue #9528). The storage layer 
is required to persist function metadata, including function definitions, 
implementations, and version information.
   
   Fix: #9528
   
   ### Does this PR introduce _any_ user-facing change?
   
   No. This PR adds internal storage layer support only.
   
   ### How was this patch tested?
   
   - Added unit tests for `FunctionMetaService` (`TestFunctionMetaService`)
   - Updated `TestJDBCBackend` to include FUNCTION entity type


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