We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc73b0a commit eb5ff93Copy full SHA for eb5ff93
datafusion/pruning/src/file_pruner.rs
@@ -47,6 +47,7 @@ impl FilePruner {
47
since = "52.0.0",
48
note = "Use `try_new` instead which returns None if no statistics are available"
49
)]
50
+ #[expect(clippy::needless_pass_by_value)]
51
pub fn new(
52
predicate: Arc<dyn PhysicalExpr>,
53
logical_file_schema: &SchemaRef,
0 commit comments