winding-lines commented on PR #3429:
URL: https://github.com/apache/arrow-rs/pull/3429#issuecomment-1369068047

   @tustvold your concerns seem valid, and we do not have to enable serde. 
   
   As you mentioned the use case I am interested in is the following:
   
   1. specify configuration in `main`
   2. be able to propagate it through code that doesn't care about download 
(e.g. all the Planner layers inside polars)
   3. at some point I need to download/upload and then I can instantiate a 
builder, likely in another thread.
   
   Delta-rs seems to be solving a similar issue here
   https://github.com/delta-io/delta-rs/tree/main/rust/src/builder
   
   It seems to me that it would be better if `object-storage` provided this 
additional API instead of all the clients coming up with something that they 
have to maintain. 
   
   Let me know what you think.


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