Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Shoeboxam committed Dec 6, 2024
1 parent f52ae11 commit 780551d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/polars-sql/src/functions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1454,7 +1454,8 @@ impl SQLFunctionVisitor<'_> {
})
.collect::<PolarsResult<Vec<_>>>()?;

Ok(self.ctx
Ok(self
.ctx
.function_registry
.get_udf(func_name)?
.ok_or_else(|| polars_err!(SQLInterface: "UDF {} not found", func_name))?
Expand Down

0 comments on commit 780551d

Please sign in to comment.