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

Support using Bloom Filter in parquet reader #5569

Closed
wants to merge 2 commits into from

Conversation

Ted-Jiang
Copy link
Member

Which issue does this PR close?

Closes #4512 .

Rationale for this change

What changes are included in this PR?

Are these changes tested?

Are there any user-facing changes?

@Ted-Jiang Ted-Jiang marked this pull request as draft March 13, 2023 09:05
@github-actions github-actions bot added the core Core DataFusion crate label Mar 13, 2023
@@ -208,7 +208,7 @@ impl PruningPredicate {
}

/// Returns true if this pruning predicate is "always true" (aka will not prune anything)
pub fn allways_true(&self) -> bool {
pub fn always_true(&self) -> bool {
Copy link
Member Author

Choose a reason for hiding this comment

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

typo fix

@alamb
Copy link
Contributor

alamb commented Nov 30, 2023

This feature was added in #7821

@alamb alamb closed this Nov 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Core DataFusion crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Bloom Filter in parquet reader
2 participants