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 row_groups.rs to row_group_filter.rs #11481

Merged
merged 1 commit into from
Jul 16, 2024

Conversation

alamb
Copy link
Contributor

@alamb alamb commented Jul 15, 2024

Which issue does this PR close?

Part of #11480

Rationale for this change

While working on #11480 I noticed that other modules that implemented parquet filtering
were named .._filter.rs:

  • ./datafusion/core/src/datasource/physical_plan/parquet/page_filter.rs
  • ./datafusion/core/src/datasource/physical_plan/parquet/row_filter.rs

So let's make row group filtering consistent

What changes are included in this PR?

  • rename row_groups.rs to row_group_filter.rs

Are these changes tested?

Yes, by existing CI

Are there any user-facing changes?

No, this is a private module and not exposed to users

@github-actions github-actions bot added the core Core DataFusion crate label Jul 15, 2024
@alamb
Copy link
Contributor Author

alamb commented Jul 16, 2024

Thanks @jonahgao

@alamb alamb merged commit 5f0993c into apache:main Jul 16, 2024
23 checks passed
xinlifoobar pushed a commit to xinlifoobar/datafusion that referenced this pull request Jul 17, 2024
xinlifoobar pushed a commit to xinlifoobar/datafusion that referenced this pull request Jul 18, 2024
wiedld pushed a commit to influxdata/arrow-datafusion that referenced this pull request Jul 31, 2024
This pull request was closed.
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.

2 participants