adriangb commented on code in PR #18309:
URL: https://github.com/apache/datafusion/pull/18309#discussion_r2467069415
##########
datafusion/datasource/src/source.rs:
##########
@@ -191,6 +192,9 @@ pub trait DataSource: Send + Sync + Debug {
}
}
+pub type ProjectionPushdownResult =
Review Comment:
Maybe if we go with
https://github.com/apache/datafusion/pull/18309/files#r2467051055 we can have
just 1 enum / structure?
--
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]