Skip to content

Expose scalar UDF arguments and a custom bind-callback #161

Expose scalar UDF arguments and a custom bind-callback

Expose scalar UDF arguments and a custom bind-callback #161

Triggered via pull request September 22, 2025 16:17
Status Failure
Total duration 43s
Artifacts

tidy_checks.yml

on: pull_request
Golangci-lint
40s
Golangci-lint
Go Test Coverage
36s
Go Test Coverage
Fit to window
Zoom out
Zoom in

Annotations

12 errors
Go Test Coverage
Process completed with exit code 1.
Go Test Coverage: scalar_udf.go#L336
cannot use i (variable of type int) as duckdb_go_bindings.IdxT value in argument to mapping.ScalarFunctionBindGetArgument
Go Test Coverage: scalar_udf.go#L334
invalid operation: i < argCount (mismatched types int and duckdb_go_bindings.IdxT)
Go Test Coverage: scalar_udf.go#L304
cannot use connId (variable of uint64 type duckdb_go_bindings.IdxT) as uint64 value in argument to function.bind
Golangci-lint
issues found
Golangci-lint: examples/table_udf_parallel/main.go#L39
undefined: duckdb (typecheck)
Golangci-lint: examples/table_udf_parallel/main.go#L33
undefined: duckdb (typecheck)
Golangci-lint: examples/table_udf_parallel/main.go#L25
undefined: duckdb (typecheck)
Golangci-lint: scalar_udf.go#L336
cannot use i (variable of type int) as duckdb_go_bindings.IdxT value in argument to mapping.ScalarFunctionBindGetArgument) (typecheck)
Golangci-lint: scalar_udf.go#L334
invalid operation: i < argCount (mismatched types int and duckdb_go_bindings.IdxT)
Golangci-lint: scalar_udf.go#L304
cannot use connId (variable of uint64 type duckdb_go_bindings.IdxT) as uint64 value in argument to function.bind
Golangci-lint: examples/table_udf_parallel/main.go#L9
could not import github.com/marcboeker/go-duckdb/v2 (-: # github.com/marcboeker/go-duckdb/v2