[ https://issues.apache.org/jira/browse/ARROW-11172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Wes McKinney updated ARROW-11172: --------------------------------- Fix Version/s: 5.0.0 > [Python] 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 > Priority: Minor > Fix For: 5.0.0 > > Original Estimate: 1h > Remaining Estimate: 1h > > 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)