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

   ### What changes were proposed in this pull request?
   
   Implement the storage layer for Function management.
   - Added FunctionMetaMapper, FunctionVersionMetaMapper.
   - Added SQL Provider Factories and Base implementations.
   - Added PostgreSQL specific providers.
   - Updated DefaultMapperPackageProvider to include function mappers.
   
   ### Why are the changes needed?
   
   To provide the persistence layer capability for storing and retrieving 
function metadata in relational databases (PostgreSQL/MySQL/H2).
   
   ### Does this PR introduce _any_ user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   Verified via Unit Tests in the Service layer (subsequent commit).


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