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

[FEA][JNI] Consider defaulting parquet dictionary encoding policy to ALWAYS #15580

Open
abellina opened this issue Apr 22, 2024 · 0 comments
Open
Labels
feature request New feature or request

Comments

@abellina
Copy link
Contributor

This PR is going to set the cuDF dictionary encoding policy for parquet to ADAPTIVE (#15570)

This is to get around an issue in nvcomp zstd #15501, where too large pages are getting created and is causing zstd to not compress larger dictionary pages.

For now we can pick ALWAYS in order to retain the current behavior for Spark. We should consider the impact of this setting for different compression, especially zstd (reading and writing).

@abellina abellina added the feature request New feature or request label Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
Status: In Progress
Development

No branches or pull requests

1 participant