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
Migrate code from ScalarUDF::invoke and invoke_no_arg to use ScalarUDF::invoke_batch
And from ScalarUDFImpl::invoke and invoke_no_arg ScalarUDFImpl::invoke_batch.
The places in the code to be changed can be found by searching for #[allow(deprecated)] // TODO migrate UDF invoke to invoke_batch
@irenjj thanks!
it would be better to wait for #13174 to be merged first. #13246 migrates invoke_no_arg, but definitely more work is for the regular invoke, your help here would be awesome!
Migrate code from ScalarUDF::invoke and invoke_no_arg to use ScalarUDF::invoke_batch
And from ScalarUDFImpl::invoke and invoke_no_arg ScalarUDFImpl::invoke_batch.
The places in the code to be changed can be found by searching for
#[allow(deprecated)] // TODO migrate UDF invoke to invoke_batch
invoke_batch
The text was updated successfully, but these errors were encountered: