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

Make xpq read display all rows by default? #42

Open
d33tah opened this issue Apr 3, 2023 · 1 comment
Open

Make xpq read display all rows by default? #42

d33tah opened this issue Apr 3, 2023 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@d33tah
Copy link

d33tah commented Apr 3, 2023

Hi! Thanks for creating xpq! I find it much faster than the Python alternative and I recommend it to my friends.

One issue I have with it is that I don't know how to make xpq read display all rows. Currently I'm running the following hack:

xpq read file.parquet  -l 99999999999 -f csv

Ideally I'd love to not have to type as much because it feels like a pretty fundamental use case. How do you feel about it?

@FabioBatSilva
Copy link
Owner

Hi,

I think it makes sense..
Can't think of a good reason not to allow that.

The limit is currently applied here :
https://github.com/FabioBatSilva/xpq/blob/master/src/command/read.rs#L64

@FabioBatSilva FabioBatSilva added the help wanted Extra attention is needed label Sep 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants