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

   ### What changes were proposed in this pull request?
   
   Introduce PO (Persistent Object) classes for Function management in 
relational storage.
   - Added FunctionPO: Represents the base function metadata.
   - Added FunctionVersionPO: Represents specific versions of a function.
   - Added FunctionMaxVersionPO: Used for tracking function versions.
   
   ### Why are the changes needed?
   
   These POs serve as the fundamental data structures for mapping database 
records to Java objects in the relational storage implementation of UDFs (User 
Defined Functions).
   
   ### Does this PR introduce _any_ user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   Compiling and verified in subsequent commits.


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