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

   > We have ObjectStore::append even though S3 and GCS don't support append 
operations at all
   
   This is not something we should be following, I fought very hard to not 
include that, and I am increasingly of the opinion we should remove it.
   
   > Or we can make the semantics around metadata depend on the provider.
   
   Or a third option is to make these details specified at the point of 
creation of the ObjectStore, e.g. via some middleware system or otherwise. That 
way if people have requirements outside the ObjectStore trait, they can plugin 
at that point.


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