We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d49234 commit 207cd26Copy full SHA for 207cd26
crates/core/src/delta_datafusion/table_provider.rs
@@ -988,10 +988,7 @@ impl ExecutionPlan for DeltaScan {
988
parent_filters: Vec<Arc<dyn PhysicalExpr>>,
989
_config: &ConfigOptions,
990
) -> Result<FilterDescription> {
991
- Ok(FilterDescription::from_children(
992
- parent_filters,
993
- &self.children(),
994
- )?)
+ FilterDescription::from_children(parent_filters, &self.children())
995
}
996
997
0 commit comments