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

Fails to read file(s) #36

Open
liborty opened this issue Oct 31, 2022 · 0 comments
Open

Fails to read file(s) #36

liborty opened this issue Oct 31, 2022 · 0 comments

Comments

@liborty
Copy link

liborty commented Oct 31, 2022

When calling head or cat on a single largish file, pqrs v0.2.2 (and previous versions) attempts to open lots of files? Why?
I only want to read one line at a time and translate .parquet to .csv.:

$ pqrs cat --csv live_int8.parquet > live.csv

#######################
File: live_int8.parquet
#######################

thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 24, kind: Uncategorized, message: "Too many open files" }', /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/parquet-12.0.0/src/util/io.rs:82:50
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
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