You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "Kinrany (via GitHub)" <gi...@apache.org> on 2023/03/15 14:36:44 UTC

[GitHub] [arrow-rs] Kinrany commented on pull request #3866: Impl ObjectStore for trait object

Kinrany commented on PR #3866:
URL: https://github.com/apache/arrow-rs/pull/3866#issuecomment-1470125041

   > I wonder if Arc<dyn ObjectStore> might be more general purpose?
   
   It would carry some overhead but allow easy cloning. I'd be happy to add both; was trying to be minimal.
   
   Another possibility is a blanket impl for either AsRef or Deref, but more likely to conflict with other code.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org