You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "yukkit (via GitHub)" <gi...@apache.org> on 2023/04/28 09:41:47 UTC

[GitHub] [arrow-datafusion] yukkit commented on issue #2260: create_udf 0 parameter error

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org