alamb commented on PR #10745:
URL: https://github.com/apache/datafusion/pull/10745#issuecomment-2176473151

   > . I'm not sure if there is any similar feature (installing an extension or 
table function, then query dynamically) in DataFusion, but I can implement 
DynamicTableProvider first.
   
   I think this is what 
https://docs.rs/datafusion/latest/datafusion/execution/context/struct.SessionContext.html#method.register_object_store
 is used for 
   
   And access to the remote store is hanlded via and `ObjectStore`
   
   


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