Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Jul 9, 2024
1 parent 1d8e5ef commit f47257a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/core/src/execution/datafusion/planner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ impl PhysicalPlanner {
DataType::Decimal256(p2, s2),
EvalMode::Legacy,
));
let child = Arc::new(BinaryExpr::new(left, op.clone(), right));
let child = Arc::new(BinaryExpr::new(left, op, right));
Ok(Arc::new(Cast::new_without_timezone(
child,
data_type,
Expand Down

0 comments on commit f47257a

Please sign in to comment.