You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/06/20 15:54:44 UTC

[GitHub] [arrow] vibhatha commented on pull request #13397: ARROW-16444: [R] Implement user-defined scalar functions in R bindings

vibhatha commented on PR #13397:
URL: https://github.com/apache/arrow/pull/13397#issuecomment-1160611988

   Another comment on the function registration is that if you try to run the test cases twice, you will get a test failure saying the function is already registered. In R, is there a way to scope the test case such that the changed function registry doesn't affect the following test cases. I guess at some point the function unregistration needs to be handled. Or there is an [interesting discussion going on about it in another PR](https://github.com/apache/arrow/pull/13375#issuecomment-1156905723). 


-- 
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