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

Minor: Rename predicate_builder --> pruning_predicate for consistency #1481

Merged
merged 2 commits into from
Dec 23, 2021

Conversation

alamb
Copy link
Contributor

@alamb alamb commented Dec 23, 2021

Which issue does this PR close?

N/A

Rationale for this change

The field is not consistently named with what it does:

    /// Optional predicate builder
    predicate_builder: Option<PruningPredicate>,

It is a PruningPredicate so pruning_predicate is a more sensible name

What changes are included in this PR?

s/predicate_builder/pruning_predicate/g

Are there any user-facing changes?

No

@github-actions github-actions bot added the datafusion Changes in the datafusion crate label Dec 23, 2021
@houqp houqp merged commit 68db579 into apache:master Dec 23, 2021
@alamb alamb deleted the alamb/rename branch December 23, 2021 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
datafusion Changes in the datafusion crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants