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
fix: mark ScalarUDFImpl::invoke_batch as deprecated (#15049)
* fix: mark ScalarUDFImpl::invoke_batch as deprecated
should use invoke_with_args instead
See #14123 (comment)
* fix deprecated usage that clippy warns about
* fix another deprecated usage that clippy warns about
* fix the rest of benches
* fix two more implementations - now all that's left is in udf.rs
* fix clippy
* cleanup some leftover comments
0 commit comments