Skip to content

Support using Bloom Filter in parquet reader - #5569

Closed
Ted-Jiang wants to merge 2 commits into
apache:mainfrom
Ted-Jiang:4512
Closed

Support using Bloom Filter in parquet reader#5569
Ted-Jiang wants to merge 2 commits into
apache:mainfrom
Ted-Jiang:4512

Conversation

@Ted-Jiang

Copy link
Copy Markdown
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-actionsgithub-actionsBot added the core Core DataFusion crate label Mar 13, 2023

/// 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
Copy Markdown
MemberAuthor

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
Copy Markdown
Contributor

This feature was added in #7821

@alambalamb closed this Nov 30, 2023
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

coreCore DataFusion crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support Bloom Filter in parquet reader

2 participants

@Ted-Jiang@alamb