dragosmg commented on PR #13789:
URL: https://github.com/apache/arrow/pull/13789#issuecomment-1216376404
> Thanks for this! One comment, so far. It would be nice to have an idea of
which parts of this are working, and which parts still need work before they
are ready (I see a handful of todos in the code, which is great, but also in a
comment of "I've done these bits: ..., still working on these: ...")
All the examples listed in the PR description work. So far this works for:
* mutate with:
- [ ] simple expression (`nchar2(my_string)`) - contains a simple call
to a user-defined function
- [ ] a slightly more complicated expression (`1 + nchar2(my_string)`)
- [ ] multiple unknown calls in the same expression (to test the
iteration) - `nchar2(my_string) + nchar3(my_string)`
- [ ] user function defined using namespacing `1 + nchar4(my_string)`
--
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]