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
Allow type coersion of zero input arrays to nullary (#15487)
* ScalarUDF via FFI would break with nullary type inputs. We could not coerce empty vector of arguments to nullary due to check. This also exposes return_type_from_args instead of just return_type that was causing some UDFs to fail. Added unit tests and moved around FFI test modules a little.
* Add license text
* Correct error in documentation
* Error message changed in test due to updated scalar coercion
* Perform check of user defined types when looking for empty argument types
* Updated error messages during unit test
0 commit comments