alamb commented on issue #18802: URL: https://github.com/apache/datafusion/issues/18802#issuecomment-3554727458
I think showing how to use a Memory object store would be a good first start Basically register an in memory object store and then read from those Here is a test that does so: https://github.com/apache/datafusion/blob/28755b1d7eb5222a8f5fb5417134dd6865ac1311/datafusion/core/tests/datasource/object_store_access.rs#L454-L453 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
