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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org