Skip to content

Commit

Permalink
remove Arc from create_udf call
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-J-Ward committed Oct 14, 2024
1 parent d226816 commit 78124b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/udf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ impl PyScalarUDF {
let function = create_udf(
name,
input_types.0,
Arc::new(return_type.0),
return_type.0,
parse_volatility(volatility)?,
to_scalar_function_impl(func),
);
Expand Down

0 comments on commit 78124b5

Please sign in to comment.