friendlymatthew commented on code in PR #18309:
URL: https://github.com/apache/datafusion/pull/18309#discussion_r2467054207
##########
datafusion/datasource/src/source.rs:
##########
@@ -191,6 +192,9 @@ pub trait DataSource: Send + Sync + Debug {
}
}
+pub type ProjectionPushdownResult =
Review Comment:
Makes sense to me. Can I get your thoughts on naming here? I made another
`ProjectionPushdownResult` that _is_ an enum. That type happens to live at the
`FileSource` level
--
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]