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

Zstd parquet #35

Merged
merged 3 commits into from
Dec 13, 2023
Merged

Zstd parquet #35

merged 3 commits into from
Dec 13, 2023

Conversation

prrao87
Copy link
Owner

@prrao87 prrao87 commented Dec 13, 2023

Recent Kùzu versions have updated the parquet read/write options and now support zstd compression (which is what polars uses by default). So, if we're creating parquet in polars using zstd compression, we can now read in these parquets in Kùzu whose native parquet reader (and underlying arrow implementation) support zstd compression. No need to use snappy compression any more 😀.

@prrao87 prrao87 merged commit 8719536 into main Dec 13, 2023
@prrao87 prrao87 deleted the zstd-parquet branch December 13, 2023 22:06
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