kevinw66 opened a new issue, #11902:
URL: https://github.com/apache/gravitino/issues/11902

   ### What would you like to be improved?
   
   This is a Java client follow-up for #11844.
   
   #11844 adds tag support for `VIEW` and `FUNCTION` metadata objects. After 
the server-side REST APIs support these object types, the Java client should 
expose the same capability so users can manage tags for views and functions 
through the typed client API.
   
   Currently, Java client users cannot call tag operations directly from 
returned `View` and `Function` objects, unlike other tag-capable metadata 
objects such as tables, columns, schemas, filesets, and models.
   
   ### How should we improve?
   
   - Add `supportsTags()` support to the Java `View` and `Function` API 
surfaces.
   - Wrap Java client view and function responses with tag-capable client 
objects.
   - Ensure view/function tag operations use the correct metadata object type 
and full name.
   - Add Java client tests for view and function tag support.
   
   Related to #11844.


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