LLDay commented on code in PR #20009:
URL: https://github.com/apache/datafusion/pull/20009#discussion_r2769619352


##########
datafusion/datasource/src/file.rs:
##########
@@ -78,6 +78,14 @@ pub trait FileSource: Send + Sync {
     fn projection(&self) -> Option<&ProjectionExprs> {
         None
     }
+    /// Returns new file source with given filter and projection.
+    fn with_filter_and_projection(

Review Comment:
   Updated the documentation of the method.



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