icexelloss commented on PR #36673: URL: https://github.com/apache/arrow/pull/36673#issuecomment-1634738185
cc @westonpace would appreciate if you can take a look. The implementation ended up being pretty simple because most of the logic can be shared with Scalar functions. (Both takes a input batch and invokes the function, only the output shapes are different). I don't think the `finanlize` in the `VectorKernel` is relevant in vector UDF here because vector UDF shouldn't need to accumulate state. -- 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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org