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

[jira] [Updated] (ARROW-13866) [R] Implement Options for all compute kernels available via list_compute_functions

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

Neal Richardson updated ARROW-13866:
------------------------------------
    Fix Version/s: 6.0.0

> [R] Implement Options for all compute kernels available via list_compute_functions
> ----------------------------------------------------------------------------------
>
>                 Key: ARROW-13866
>                 URL: https://issues.apache.org/jira/browse/ARROW-13866
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: R
>            Reporter: Nicola Crane
>            Assignee: Nicola Crane
>            Priority: Major
>             Fix For: 6.0.0
>
>
> Not all of the compute kernels available via {{list_compute_functions()}} are actually available to use in R, as they haven't been hooked up to the relevant Options class in {{r/src/compute.cpp}}. 
> We should:
>  # Implement all remaining options classes
>  # Go through all the kernels listed by {{list_compute_functions()}} and check that they have either no options classes to implement or that they have been hooked up to the appropriate options class
>  



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