You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Arthur Peters (Jira)" <ji...@apache.org> on 2021/01/07 20:56:00 UTC

[jira] [Created] (ARROW-11172) NumPyBuffer does not set mutable_data_

Arthur Peters created ARROW-11172:
-------------------------------------

             Summary: NumPyBuffer does not set mutable_data_
                 Key: ARROW-11172
                 URL: https://issues.apache.org/jira/browse/ARROW-11172
             Project: Apache Arrow
          Issue Type: Bug
          Components: Python
    Affects Versions: 2.0.0
         Environment: All
            Reporter: Arthur Peters


NumPyBuffer sets is_mutable_, but does not set mutable_data_ in it's constructor ([code|https://github.com/apache/arrow/blob/d1ffe7229f327de8e9dbb7785b7c6e38d2c3319e/cpp/src/arrow/python/numpy_convert.cc#L51-L53]) even if the numpy array is mutable (NPY_ARRAY_WRITEABLE).

 



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