friendlymatthew commented on code in PR #18309:
URL: https://github.com/apache/datafusion/pull/18309#discussion_r2467144685


##########
datafusion/datasource/src/source.rs:
##########
@@ -191,6 +192,9 @@ pub trait DataSource: Send + Sync + Debug {
     }
 }
 
+pub type ProjectionPushdownResult =

Review Comment:
   I guess what I'm trying to say is that it would be nice to give these types 
a proper name/alias. `PartialPushdownResult<FileSource>` and 
`PartialPushdownResult<DataSource>` doesn't sound the best to me IMO



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