Commits


Joris Van den Bossche authored and GitHub committed 2ae6d11167a
GH-41758: [Python] Disallow direct pa.RecordBatchReader() construction to avoid segfaults (#41773) ### Rationale for this change A user should never do this, but if you do you easily get segfaults. We should raise an error with an informative message like we do for other classes. ### Are these changes tested? Yes * GitHub Issue: #41758 Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>