pitrou opened a new issue, #49717: URL: https://github.com/apache/arrow/issues/49717
### Describe the enhancement requested The docstring for `Array.from_buffers` (and similar methods on subclasses, e.g. `StringArray.from_buffers`) should explicitly mention that the caller is responsible for passing valid Arrow data (or calling `validate` on the result), otherwise they could encounter crashes when using the result. ### Component(s) Python -- 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]
