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
Would it be possible to add support for the [RecordBatchReader](https://arrow.apache.org/docs/python/generated/pyarrow.RecordBatchReader.html) when returning arrow batches? The RecordBatchReader` provides the schema on the reader which is useful when writing the results to a file without having the build the schema from the first batch.
The text was updated successfully, but these errors were encountered:
Howdy,
Would it be possible to add support for the [
RecordBatchReader](https://arrow.apache.org/docs/python/generated/pyarrow.RecordBatchReader.html) when returning arrow batches? The
RecordBatchReader` provides the schema on the reader which is useful when writing the results to a file without having the build the schema from the first batch.The text was updated successfully, but these errors were encountered: