You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Daniel Russo (Jira)" <ji...@apache.org> on 2020/10/23 14:52:00 UTC

[jira] [Created] (ARROW-10378) [Rust] Update take() kernel with support for large list

Daniel Russo created ARROW-10378:
------------------------------------

             Summary: [Rust] Update take() kernel with support for large list
                 Key: ARROW-10378
                 URL: https://issues.apache.org/jira/browse/ARROW-10378
             Project: Apache Arrow
          Issue Type: Improvement
            Reporter: Daniel Russo


The {{take()}} kernel currently supports arrays with the {{List}} type ([here|https://github.com/apache/arrow/blob/eea8d352bf3196a29c1ccf5e6c7342913916048a/rust/arrow/src/compute/kernels/take.rs#L130]), but not {{LargeList}}. Update {{take()}} to support {{LargeList}}. 

 

 



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