kylebarron commented on issue #899:
URL: 
https://github.com/apache/datafusion-python/issues/899#issuecomment-2702015095

   No, because the Python classes would be re-exported _via datafusion_: 
`datafusion.store`.
   
   So the end user would use, for example
   ```
   from datafusion.store import S3Store
   
   store = S3Store("bucket", region="us-west-2", skip_signature=True)
   # pass this into a DataFusion API that accepts `PyObjectStore`
   ```
   
   So there's no FFI happening here.


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

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


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to