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

   Just to make sure I understand correctly, is the idea here along the lines 
of:
   1. Create a register API in Rust to store the custom object store in memory.
   2. Maybe create a Rust function in the external library with the custom impl 
that would invoke that register API
   3. Expose that function to python and call it at runtime before executing 
any query via python polars?
   
   Or am I getting it wrong? 
   
   I’m not sure this would work, since wouldn’t the Rust binary for the Rust 
API be different from the underlying Rust binary for python polars which is 
separately compiled and published? So the state in Rust polars with the 
registered object store won’t be shared with python polars.


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