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/02/14 15:09:00 UTC

[jira] [Updated] (ARROW-2155) [Python] pa.frombuffer(bytearray) returns immutable Buffer

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

Wes McKinney updated ARROW-2155:
--------------------------------
    Fix Version/s: 0.9.0

> [Python] pa.frombuffer(bytearray) returns immutable Buffer
> ----------------------------------------------------------
>
>                 Key: ARROW-2155
>                 URL: https://issues.apache.org/jira/browse/ARROW-2155
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Python
>    Affects Versions: 0.8.0
>            Reporter: Antoine Pitrou
>            Priority: Minor
>             Fix For: 0.9.0
>
>
> I'd expect it to return a mutable buffer:
> {code:python}
> >>> pa.frombuffer(bytearray(10)).is_mutable
> False
> {code}



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