comphead commented on code in PR #14882: URL: https://github.com/apache/datafusion/pull/14882#discussion_r1972094393
########## 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: probably we can comment why `Debug` is required? 🤔 -- 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