justinrmiller commented on issue #1396:
URL:
https://github.com/apache/arrow-datafusion/issues/1396#issuecomment-1003636980
I had a question along these lines. Is there a way to load a CSV or Parquet
file directly from memory into a context?
```
ctx.register_csv("c", "path_to_csv", CsvReadOptions::new()).await?;
```
This is great if the file already exists on disk, but if I'm pulling the
data from say Redis then I have to write the data to disk first then read it
back. Thanks!
--
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]