Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
planga82 committed Jun 8, 2024
1 parent b4df447 commit a72db13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/execution/datafusion/planner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ impl PhysicalPlanner {
eval_mode,
return_type.to_string(),
)?);
let expr = ScalarFunctionExpr::new("abs", math::abs(), args, return_type);
let expr = ScalarFunctionExpr::new("abs", comet_abs, args, return_type);
Ok(Arc::new(expr))
}
ExprStruct::CaseWhen(case_when) => {
Expand Down

0 comments on commit a72db13

Please sign in to comment.