tustvold commented on code in PR #8035: URL: https://github.com/apache/arrow-datafusion/pull/8035#discussion_r1380650693
########## 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: Yup, it avoids a lot of boilerplate for the simple use-case -- 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]
