You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pass ConfigOptions to scalar UDFs via FFI (apache#20454)
## Which issue does this PR close?
- Closesapache#17035
## Rationale for this change
Now that we have proper `FFI_ConfigOptions` we can pass these to scalar
UDFs via FFI.
## What changes are included in this PR?
Instead of passing default options, pass in converted config options
from the input.
Also did a drive by cleanup of switching to using FFI_ColumnarValue
since it is now available.
## Are these changes tested?
Unit test added.
## Are there any user-facing changes?
This is a breaking API change, but not one that users will interact with
directly. It breaks the ABI for FFI libraries, which is currently
unstable.
0 commit comments