diff --git a/datafusion/proto/tests/cases/roundtrip_physical_plan.rs b/datafusion/proto/tests/cases/roundtrip_physical_plan.rs index bdf17eb69177..3a6234bd212b 100644 --- a/datafusion/proto/tests/cases/roundtrip_physical_plan.rs +++ b/datafusion/proto/tests/cases/roundtrip_physical_plan.rs @@ -846,7 +846,7 @@ fn roundtrip_parquet_exec_with_custom_predicate_expr() -> Result<()> { } } - let custom_predicate_expr = Arc::new(CustomPredicateExpr:: { + let custom_predicate_expr = Arc::new(CustomPredicateExpr { inner: Arc::new(Column::new("col", 1)), }); let exec_plan = ParquetExec::builder(scan_config)