friendlymatthew commented on code in PR #18309:
URL: https://github.com/apache/datafusion/pull/18309#discussion_r2467134144
##########
datafusion/datasource/src/source.rs:
##########
@@ -191,6 +192,9 @@ pub trait DataSource: Send + Sync + Debug {
}
}
+pub type ProjectionPushdownResult =
Review Comment:
Hm, I'm not sure if that is possible. One stores an `Arc<dyn DataSource>`
while the other stores an `Arc<dyn FileSource>`
--
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]