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

   To answer the original question of this issue: I think it's necessary to 
export classes to Python to customize `object_store` instances, because people 
often have custom config/authentication they need, and putting _all config_ in 
env variables isn't sometimes possible.
   
   But it's an API decision whether to require that the `ObjectStore` class is 
created manually. You can alternatively create one from the environment when 
one isn't passed in by hand.
   
   But the point of `pyo3_object_store` is that you still get raw `ObjectStore` 
instances under the hood.
   
   
   


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