How to read a JSON or CSV document from memory? #6963
Replies: 2 comments
-
|
the idea is that you would implement something that implemented the Here is an example of one that does so for in memory blobs https://docs.rs/object_store/0.6.1/object_store/memory/struct.InMemory.html |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
This is indeed a limitation of DataFusion at the moment. I'll close this discussion in favour of the issue opened to track this: #18802 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The format-specific
read_methods form SessionContext only accept paths, so I am wondering how you can instead provide something that implements std::io::Read.Apparently back in 5.0.0 there were some
try_new_from_readermethods but they have been removed and I am struggling to figure out how to do the same with the new API.Beta Was this translation helpful? Give feedback.
All reactions