SteveLauC commented on code in PR #8888:
URL: https://github.com/apache/arrow-datafusion/pull/8888#discussion_r1454728562
##########
datafusion/physical-plan/src/stream.rs:
##########
@@ -156,14 +156,62 @@ impl<O: Send + 'static> ReceiverStreamBuilder<O> {
}
}
-/// Builder for [`RecordBatchReceiverStream`] that propagates errors
+/// Builder for `RecordBatchReceiverStream` that propagates errors
Review Comment:
Oops, I just realized that this item exists, it is just hidden from the
documents:
```rs
#[doc(hidden)]
pub struct RecordBatchReceiverStream {}
```
--
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]