You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Andrew Lamb (Jira)" <ji...@apache.org> on 2020/12/24 18:17:00 UTC

[jira] [Resolved] (ARROW-10540) [Rust] Allow unary kernels of arbitrary array types

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

Andrew Lamb resolved ARROW-10540.
---------------------------------
    Fix Version/s: 3.0.0
       Resolution: Fixed

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

> [Rust] Allow unary kernels of arbitrary array types
> ---------------------------------------------------
>
>                 Key: ARROW-10540
>                 URL: https://issues.apache.org/jira/browse/ARROW-10540
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Rust
>            Reporter: Jorge Leitão
>            Assignee: Jorge Leitão
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 3.0.0
>
>          Time Spent: 11h 40m
>  Remaining Estimate: 0h
>
> Currently, {{filter}} support is limited to a set of types, and these types cannot be arbitrarily nested. This hints at a fundamental limitation of the design, that is currently typed (in rust's sense).
> However, this operation is fundamentally un-typed: we do not require knowing type information to filter an array.
> This issue tracks the development of an abstraction to support these operations for arbitrary types.



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