Skip to content

Commit d2b5dd3

Browse files
committed
Fix failing tests
1 parent 8d91dcd commit d2b5dd3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/UDF.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ end
211211
# as above but for aggregate functions
212212
newidentity() = @eval x->x
213213
function register(
214-
db, init, step::Function, final::Function= newidentity;
214+
db, init, step::Function, final::Function= newidentity();
215215
nargs::Int=-1, name::AbstractString=string(step), isdeterm::Bool=true
216216
)
217217
@assert nargs <= 127 "use -1 if > 127 arguments are needed"

test/REQUIRE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
CSV
21
NullableArrays

0 commit comments

Comments
 (0)