yukkit commented on issue #2260:
URL:
https://github.com/apache/arrow-datafusion/issues/2260#issuecomment-1527280989
The reason is ```let len: usize = match &args[0] {``` .
If your udf takes no arguments, you can return `ColumnarValue::Scalar`
instead of `ColumnarValue::Array`.
If there are no other problems, I think this issue can be closed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]