pstrzelczak opened a new issue, #46228: URL: https://github.com/apache/arrow/issues/46228
### Describe the enhancement requested Right now `RecordBatchReader` infers schema based on the first batch. As a consequence, if any cell in the remaining stream does not comply to the schema fetching the data fails. It would be great to have an option to infer schema for each individual chunk instead of failing. This is split from https://github.com/apache/arrow/issues/17278. ### Component(s) Python, C++ -- 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org