Skip to content

Commit

Permalink
Minor: rename row_groups.rs to row_group_filter.rs (apache#11481)
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb authored and wiedld committed Jul 31, 2024
1 parent 9d35893 commit a9e7cdb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ mod opener;
mod page_filter;
mod reader;
mod row_filter;
mod row_groups;
mod row_group_filter;
mod statistics;
mod writer;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
//! [`ParquetOpener`] for opening Parquet files

use crate::datasource::physical_plan::parquet::page_filter::PagePruningPredicate;
use crate::datasource::physical_plan::parquet::row_groups::RowGroupAccessPlanFilter;
use crate::datasource::physical_plan::parquet::row_group_filter::RowGroupAccessPlanFilter;
use crate::datasource::physical_plan::parquet::{
row_filter, should_enable_page_index, ParquetAccessPlan,
};
Expand Down

0 comments on commit a9e7cdb

Please sign in to comment.