alamb commented on code in PR #8035:
URL: https://github.com/apache/arrow-datafusion/pull/8035#discussion_r1380644234


##########
datafusion/physical-plan/src/streaming.rs:
##########
@@ -35,6 +35,10 @@ use futures::stream::StreamExt;
 use log::debug;
 
 /// A partition that can be converted into a [`SendableRecordBatchStream`]
+///
+/// Combined with [`StreamingTable`], you can use this trait to implement

Review Comment:
   I believe this is the core usecase -- can you confirm @tustvold ?



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