You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
raulcd
changed the title
Add an option to RecordBatchReader to infer schema for each record batch fetched separately
[C++] Add an option to RecordBatchReader to infer schema for each record batch fetched separately
Apr 25, 2025
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 #17278.
Component(s)
Python, C++
The text was updated successfully, but these errors were encountered: