Skip to content

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

/// 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