Skip to content

Commit

Permalink
Rework validation of names and aliases for aggregate UDFs
Browse files Browse the repository at this point in the history
Add better validation that `name = ...` and `alias = ...` line up when
there is a mismatch between the `BasicUdf` and `AggregateUdf`
implementation, and fix a problem that was disallowing use of aliases in
aggregate UDFs.

Error messages are significantly improved.

Fixes <#59>
  • Loading branch information
tgross35 committed May 7, 2024
1 parent f2eba5d commit 3c16988
Show file tree
Hide file tree
Showing 16 changed files with 1,277 additions and 99 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
**/target
**/Cargo.lock
**/.DS_Store
.docker-cargo/
Loading

0 comments on commit 3c16988

Please sign in to comment.