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

add to_parquet feature #1341

Merged
merged 5 commits into from
Oct 2, 2023
Merged

add to_parquet feature #1341

merged 5 commits into from
Oct 2, 2023

Conversation

jqnatividad
Copy link
Collaborator

@jqnatividad jqnatividad commented Oct 2, 2023

to parquet brings in the duckdb dependency which markedly increases binary size and compile time. This allows users to build qsv without the to parquet option if they don't need it and sqlp's --format parquet option is enough.

Note that to parquet can handle a directory of CSVs in one go, unlike sqlp with the --format option, which only outputs to parquet format the query result of a SQL query.

as parquet option is available with `sqlp`, though  `to parquet` supports converting a directory of CSVs in one go.

However, it brings in the `duckdb` dependency which is big and markedly expands binary size and compile time
@jqnatividad jqnatividad merged commit 9e2ac3e into master Oct 2, 2023
11 checks passed
@jqnatividad jqnatividad deleted the to_parquet-feature branch October 18, 2023 12:18
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