Skip to content

Minor: Add a parquet row_filter test, reduce some test boiler plate #7522

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

Merged
merged 5 commits into from
May 20, 2025

Conversation

alamb
Copy link
Contributor

@alamb alamb commented May 16, 2025

Which issue does this PR close?

Rationale for this change

There is no test for a single predicate in a RowFilter so I want to add test coverage.

What changes are included in this PR?

  1. Add new test
  2. Add TestReader::new() function to avoid a bunch of copy/paste

Are there any user-facing changes?

No, this is only test code change

@github-actions github-actions bot added the parquet Changes to the parquet crate label May 16, 2025
@alamb alamb marked this pull request as ready for review May 16, 2025 16:38
Copy link
Contributor

@mbutrovich mbutrovich left a comment

Choose a reason for hiding this comment

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

Always happy to see more tests, thanks @alamb! Just a quick question from me.

@alamb
Copy link
Contributor Author

alamb commented May 19, 2025

Always happy to see more tests, thanks @alamb! Just a quick question from me.

Thanks @mbutrovich -- I pushed a commit with more comments explaining the expected requests

Copy link
Contributor

@mbutrovich mbutrovich left a comment

Choose a reason for hiding this comment

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

Thanks @alamb!

@alamb alamb merged commit 7261909 into apache:main May 20, 2025
16 checks passed
@alamb
Copy link
Contributor Author

alamb commented May 20, 2025

Thanks again for the review @mbutrovich

@alamb alamb deleted the alamb/more_row_filter_tests branch May 20, 2025 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
parquet Changes to the parquet crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants