Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
mertak-synnada committed Feb 6, 2025
1 parent 9a32a0a commit 72059ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/core/tests/parquet/external_access_plan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ impl TestFull {
let df_schema = DFSchema::try_from(schema.clone())?;
let predicate = ctx.create_physical_expr(predicate, &df_schema)?;
Arc::new(
ParquetSource::default().with_predicate(Arc::clone(&schema), predicate),
ParquetSource::default().with_predicate(schema.clone(), predicate),
)
} else {
Arc::new(ParquetSource::default())
Expand Down

0 comments on commit 72059ee

Please sign in to comment.