You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Dewey Dunnington (Jira)" <ji...@apache.org> on 2022/10/18 16:59:00 UTC

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

     [ https://issues.apache.org/jira/browse/ARROW-17460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dewey Dunnington resolved ARROW-17460.
--------------------------------------
    Resolution: Fixed

Issue resolved by pull request 14436
[https://github.com/apache/arrow/pull/14436]

> [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
>            Assignee: Dewey Dunnington
>            Priority: Blocker
>              Labels: pull-request-available
>             Fix For: 10.0.0
>
>          Time Spent: 2h 20m
>  Remaining Estimate: 0h
>
> 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)