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
According to ScalarUDFImpl document, if the function has zero argument, it will be passed a single element slice which is a a null array to indicate the batch's row count. But currently it is provided a null scalar.
ScalarUDFImpl implementation, when it has zero argument, it will be passed a single element slice which is a a null array to indicate the batch's row count.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
According to
ScalarUDFImpl
document, if the function has zero argument, it will be passed a single element slice which is a a null array to indicate the batch's row count. But currently it is provided a null scalar.This is reported by @dadepo in #8866 (comment).
To Reproduce
#8866 (comment) provides a reproducible test.
Expected behavior
ScalarUDFImpl
implementation, when it has zero argument, it will be passed a single element slice which is a a null array to indicate the batch's row count.Additional context
No response
The text was updated successfully, but these errors were encountered: