alamb commented on code in PR #14882: URL: https://github.com/apache/datafusion/pull/14882#discussion_r1970647757
########## datafusion/datasource/src/source.rs: ########## @@ -35,7 +35,7 @@ use datafusion_physical_expr_common::sort_expr::LexOrdering; /// Common behaviors in Data Sources for both from Files and Memory. /// See `DataSourceExec` for physical plan implementation -pub trait DataSource: Send + Sync { +pub trait DataSource: Send + Sync + Debug { Review Comment: this means that anything that implements `DataSource` must also implement `Debug` -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org