lisasgoh commented on issue #7075: URL: https://github.com/apache/arrow-rs/issues/7075#issuecomment-2638243977
> I will be frank, ObjectStore has a fairly large, async API, and so defining and maintaining an FFI interface for it would be a fairly substantial undertaking. Given what I know of the interests of the various maintainers, I think such an initiative would likely stand the best chance of success incubating as a third-party project. Ah that's unfortunate :( There's only https://github.com/RelationalAI/object_store_ffi I think. > This wouldn't necessarily require a C FFI, for example, you could potentially build a shared library bundling both polars and your extension code, and then use that from python or something along those lines. Do you mind elaborating on this approach? I was thinking that a Rust API for this might not really be helpful since after registering a custom object store into the registry (which maybe can be represented as some sort of global map), how will python polars be aware of this state? -- 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