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

remove to parquet subcommand #2088

Merged
merged 5 commits into from
Aug 27, 2024
Merged

remove to parquet subcommand #2088

merged 5 commits into from
Aug 27, 2024

Conversation

jqnatividad
Copy link
Collaborator

@jqnatividad jqnatividad commented Aug 27, 2024

as its redundant with sqlp's ability to save query results to parquet format.

Also the one to parquet subcommand has a HUGE dependency tree - pulling in the duckdb crate along with its associated universe of other crates - a lot of whom were duplicative older versions of crates already used by qsv - further contributing to dependency bloat.

This should markedly decrease binary size and compile time.

This will also make CI tests run faster and make better use of Rust compile caching, which because of the duckdb dependency, has been overrunning the Action Runner's relatively small disk storage!

tests/test_to.rs Dismissed Show dismissed Hide dismissed
@jqnatividad jqnatividad merged commit db2cb6b into master Aug 27, 2024
16 checks passed
@jqnatividad jqnatividad deleted the remove_to_parquet branch September 11, 2024 01:28
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

Successfully merging this pull request may close these issues.

1 participant