AdamGS commented on code in PR #14754:
URL: https://github.com/apache/datafusion/pull/14754#discussion_r1963714943


##########
datafusion/core/src/datasource/data_source.rs:
##########
@@ -67,4 +69,33 @@ pub trait FileSource: Send + Sync {
     /// If this returns true, the DataSourceExec may repartition the data
     /// by breaking up the input files into multiple smaller groups.
     fn supports_repartition(&self, config: &FileScanConfig) -> bool;

Review Comment:
   yeah absolutely, give me a second to pull it up. 



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