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.
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? TheRecordBatchReader` 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.