lidavidm commented on issue #38480:
URL: https://github.com/apache/arrow/issues/38480#issuecomment-1781842640
That also means that if you need a workaround, you should try:
```python
reader = pyarrow.RecordBatchReader.from_batches(table.schema,
table.to_batches())
return pyarrow.flight.RecordBatchStream(reader)
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]