SteveLauC commented on code in PR #8888:
URL: https://github.com/apache/arrow-datafusion/pull/8888#discussion_r1454620811


##########
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:
   This `[]` is removed because there is no item named 
`RecordBatchReceiverStream`, the `RecordBatchReceiverStreamBuilder::build()` 
will return a trait object rather than a concrete type.



-- 
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]

Reply via email to