Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: read data from in-memory buffer #53

Open
philbooth opened this issue Dec 5, 2017 · 0 comments
Open

Feature request: read data from in-memory buffer #53

philbooth opened this issue Dec 5, 2017 · 0 comments

Comments

@philbooth
Copy link

philbooth commented Dec 5, 2017

My use-case is that we have a bunch of Parquet files in S3 I'm operating over in batches. While it works fine to download things to the local file system before reading and then deleting them after I'm done, it would be nicer if I could cut out the file system completely and pass the reader object a Buffer instance.

(and apologies if this already exists but I just didn't spot it in the docs)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant