alamb commented on code in PR #10600:
URL: https://github.com/apache/datafusion/pull/10600#discussion_r1608866960
##########
datafusion/core/src/datasource/stream.rs:
##########
@@ -103,19 +105,29 @@ impl FromStr for StreamEncoding {
}
}
-/// The configuration for a [`StreamTable`]
+pub trait StreamSource: std::fmt::Debug + Send + Sync {
Review Comment:
Perhaps some documentation about what this trait is meant to represent would
help
--
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]