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

core/tests/parquet/row_group_pruning.rs: Add tests for strings #9642

Merged
merged 1 commit into from
Mar 19, 2024

Conversation

progval
Copy link
Contributor

@progval progval commented Mar 16, 2024

Which issue does this PR close?

Closes #9641.

Rationale for this change

They were only locally tested in datafusion/core/src/datasource/physical_plan/parquet/row_groups.rs, and not as exhaustively as they can be here.

What changes are included in this PR?

In addition to the new tests, I added a new fixture with String, Binary, and FixedSizeBinary columns. The latter two are not used yet, but I have some code locally that uses them after I added support for bloom filters on these column types.

Are these changes tested?

Are there any user-facing changes?

None

@github-actions github-actions bot added the core Core DataFusion crate label Mar 16, 2024
@progval progval marked this pull request as ready for review March 18, 2024 21:16
Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you very much @progval -- breaking up your changes into smaller PRs and expanding the tests is very much appreciated.

@alamb alamb added the development-process Related to development process of DataFusion label Mar 19, 2024
@alamb alamb merged commit 9b098ee into apache:main Mar 19, 2024
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Core DataFusion crate development-process Related to development process of DataFusion
Projects
None yet
Development

Successfully merging this pull request may close these issues.

core/tests/parquet/row_group_pruning.rs is missing tests for string columns
2 participants