You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Neal Richardson (Jira)" <ji...@apache.org> on 2022/08/18 18:29:00 UTC

[jira] [Created] (ARROW-17460) [R] Don't warn if the new UDF I'm registering is the same as the existing one

Neal Richardson created ARROW-17460:
---------------------------------------

             Summary: [R] Don't warn if the new UDF I'm registering is the same as the existing one
                 Key: ARROW-17460
                 URL: https://issues.apache.org/jira/browse/ARROW-17460
             Project: Apache Arrow
          Issue Type: Improvement
          Components: R
    Affects Versions: 9.0.0
            Reporter: Neal Richardson


When you register a UDF, you get a warning if there already is a function with that name. This can be helpful, but it's a nuisance if you're running a script more than once interactively. I encountered this while working in an R Markdown document for a demo: the second time I rendered the doc in my R session, the warning was printed in the rendered document. 

It would be nice if we could determine that the UDF being registered is the same as the one that's already there and not warn in that case.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)