Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Oct 24, 2024
1 parent 8b4ef56 commit 66fdd18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/proto/tests/cases/roundtrip_physical_plan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ fn roundtrip_parquet_exec_with_custom_predicate_expr() -> Result<()> {
}
}

let custom_predicate_expr = Arc::new(CustomPredicateExpr::<dyn PhysicalExpr> {
let custom_predicate_expr = Arc::new(CustomPredicateExpr {
inner: Arc::new(Column::new("col", 1)),
});
let exec_plan = ParquetExec::builder(scan_config)
Expand Down

0 comments on commit 66fdd18

Please sign in to comment.