You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2018/08/17 16:52:00 UTC

[jira] [Resolved] (ARROW-2583) [Rust] Buffer should be typeless

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

Wes McKinney resolved ARROW-2583.
---------------------------------
    Resolution: Fixed

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

> [Rust] Buffer should be typeless
> --------------------------------
>
>                 Key: ARROW-2583
>                 URL: https://issues.apache.org/jira/browse/ARROW-2583
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Rust
>            Reporter: Andy Grove
>            Assignee: Chao Sun
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.11.0
>
>          Time Spent: 15h
>  Remaining Estimate: 0h
>
> See comments in [https://github.com/apache/arrow/pull/1971] for background on this but the summary is that Buffer should just deal with untyped memory e.g. `* const u8` and all type-handling should be moved to the Array layer e.g. `BufferArray<T>`.
> This would be more consistent with the other implementations.
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)