DoumanAsh opened a new pull request, #653:
URL: https://github.com/apache/arrow-rs-object-store/pull/653

   These stores already use Arc internally and there is little reason not to 
provide benefit of Clone similar to cloud stores and enable parity with these
   
   # Which issue does this PR close?
   
   Cloud based stores provide `Clone` impl which means `InMemory` and 
`LocalFileSystem` are not good stubbing substitute as they lack `Clone` 
implementation
   Hence this PR adds `Clone` derive which will impose clone-ability 
requirement on these stores 
   
   # What changes are included in this PR?
   
   Add `Clone` derive on `InMemory` and `LocalFileSystem` stores
   
   # Are there any user-facing changes?
   
   No functional changes except adding `Clone` onto `InMemory` and 
`LocalFileSystem`
   


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