berkaysynnada commented on code in PR #13725:
URL: https://github.com/apache/datafusion/pull/13725#discussion_r1879551095


##########
datafusion/physical-plan/src/stream.rs:
##########
@@ -347,7 +349,28 @@ pin_project! {
 }
 
 impl<S> RecordBatchStreamAdapter<S> {
-    /// Creates a new [`RecordBatchStreamAdapter`] from the provided schema 
and stream
+    /// Creates a new [`RecordBatchStreamAdapter`] from the provided schema 
and stream.
+    ///
+    /// Note to create a [`SendableRecordBatchStream`] you pun the result

Review Comment:
   ```suggestion
       /// Note to create a [`SendableRecordBatchStream`] you pin the result
   ```



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

Reply via email to