westonpace opened a new pull request, #35016: URL: https://github.com/apache/arrow/pull/35016
### Rationale for this change Segfaults should be avoided, even on improper calling patterns. ### What changes are included in this PR? Attempting to use a record batch reader, sourced from a C API stream, after it had been closed, will now return an invalid status instead of a segmentation fault. ### Are these changes tested? Yes, new unit tests were added to regress this usage. ### Are there any user-facing changes? No -- 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]
