You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Weston Pace (Jira)" <ji...@apache.org> on 2021/09/22 18:14:00 UTC

[jira] [Commented] (ARROW-14069) [R] By default, filter out hash functions in list_compute_functions()

    [ https://issues.apache.org/jira/browse/ARROW-14069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17418749#comment-17418749 ] 

Weston Pace commented on ARROW-14069:
-------------------------------------

I'm somewhat hopeful in ARROW-13943 that we can filter this out at the C++ level so we don't have to duplicate rules but I don't know when that'll happen so if you do filter it out in R can you add a comment?

{code:java}
// TODO(ARROW-13943) Remove these filters once filtering in C++
{code}

Also, you probably want to filter out array_filter, array_take, and _meta_binary (ARROW-13873 / ARROW-13949)

> [R] By default, filter out hash functions in list_compute_functions()
> ---------------------------------------------------------------------
>
>                 Key: ARROW-14069
>                 URL: https://issues.apache.org/jira/browse/ARROW-14069
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: R
>            Reporter: Nicola Crane
>            Priority: Critical
>             Fix For: 6.0.0
>
>
> As users can't call hash functions directly in {{list_compute_functions()}}, we should filter those out so they're not displayed.  Perhaps via a parameter if we still need those for our internal uses of {{list_compute_functions()}}?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)