kylebarron commented on issue #7075:
URL: https://github.com/apache/arrow-rs/issues/7075#issuecomment-2634984317

   It sounds like the OP here is interested in a custom implementation of 
`ObjectStore` to serve something other than AWS/GCP/Azure.
   
   That's a bit different than what I've been focused on. The solution I've 
been working towards is to have [reusable Python 
bindings](https://github.com/developmentseed/obstore/tree/main/pyo3-object_store)
 that other Rust-Python developers can use in their own Python bindings. This 
doesn't require FFI (though by not using FFI it means you can't share 
`ObjectStore` instances across Python libraries). But it's also not a solution 
to a third-party extensible implementation of `ObjectStore`.
   
   I don't think I have the bandwidth to try and implement stable object store 
FFI. I'll tag @timsaucer who wrote the DataFusion FFI support.


-- 
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-unsubscr...@arrow.apache.org

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

Reply via email to