Skip to content

Commit e65f04d

Browse files
committed
Remove unnecessary 'pub' qualifier
1 parent cb686ce commit e65f04d

File tree

1 file changed

+1
-1
lines changed
  • datafusion/core/src/datasource/physical_plan/parquet

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ type ProjectionAndExpr = (Vec<usize>, Arc<dyn PhysicalExpr>);
374374
// post-parquet-scan in a `FilterExec`. If it can be pushed down, this returns None. If it can't be
375375
// pushed down, this returns the content of [`PushdownChecker::required_column_indices`],
376376
// transformed into a [`Vec`].
377-
pub fn non_pushdown_columns(
377+
fn non_pushdown_columns(
378378
expr: Arc<dyn PhysicalExpr>,
379379
file_schema: &Schema,
380380
table_schema: &Schema,

0 commit comments

Comments
 (0)