kylebarron opened a new pull request, #975: URL: https://github.com/apache/datafusion-python/pull/975
# Which issue does this PR close? Closes #974 . # Rationale for this change Support async iteration of RecordBatchStream. # What changes are included in this PR? - Move into Rust raising `StopIteration` or `AsyncStopIteration` errors - Update typing - Add dependency on pyo3-async-runtimes to manage future conversion. - Move `SendableRecordBatchStream` into an `Arc<Mutex<>>`. This is required I think so that we can clone the stream into `future_into_py` # Are there any user-facing changes? Adds async iterator support. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
