jingyi-zhao-01 opened a new pull request, #50558: URL: https://github.com/apache/arrow/pull/50558
Closes #49384. This rework makes `ChunkedArray.__array__(copy=True)` return a real NumPy copy. In single-chunk cases the previous path could return a read-only zero-copy view. - Make `to_numpy()` result explicitly copied before return - Keep `copy=False` behavior unchanged (still raises ValueError) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
