Skip to content

Commit 207cd26

Browse files
committed
chore: clippy
Signed-off-by: Robert Pack <[email protected]>
1 parent 5d49234 commit 207cd26

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

crates/core/src/delta_datafusion/table_provider.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -988,10 +988,7 @@ impl ExecutionPlan for DeltaScan {
988988
parent_filters: Vec<Arc<dyn PhysicalExpr>>,
989989
_config: &ConfigOptions,
990990
) -> Result<FilterDescription> {
991-
Ok(FilterDescription::from_children(
992-
parent_filters,
993-
&self.children(),
994-
)?)
991+
FilterDescription::from_children(parent_filters, &self.children())
995992
}
996993
}
997994

0 commit comments

Comments
 (0)