tustvold commented on code in PR #4751:
URL: https://github.com/apache/arrow-rs/pull/4751#discussion_r1311507218
##########
arrow/src/pyarrow.rs:
##########
@@ -277,10 +278,19 @@ impl FromPyArrow for ArrowArrayStreamReader {
}
}
-impl IntoPyArrow for ArrowArrayStreamReader {
+impl FromPyArrow for Box<dyn RecordBatchReader + Send> {
Review Comment:
Hmm... Perhaps we can relax those constraints :thinking:
--
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]