alamb commented on code in PR #14882:
URL: https://github.com/apache/datafusion/pull/14882#discussion_r1972413284


##########
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:
   Added a note in a5dbaca52-- the real reason is to help standard debugging. 



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

Reply via email to