criccomini commented on issue #4754:
URL: https://github.com/apache/arrow-rs/issues/4754#issuecomment-2174654249

   Checking in here. I would like to refocus this ticket on User-Defined 
Metadata (not tags) as the title suggests. Much of the discussion is around 
object tags, which are a separate thing.
   
   For User-Defined Metadata, I would like to implement a new `Attribute` 
called `Metadata(String)` that allows users to specify attributes in their put 
requests.
   
   For get requests, I propose we expose the user-defined metadata the same way 
as other attributes, as part of the Attribute object. This could be somewhat 
confusing to users since there's an `meta: ObjectMetadata` in `GetResults`. I 
am open to alternative suggestions, but my proposed approach mirrors the way 
other attributes behave.


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