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


##########
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:
   Add the PR here: https://github.com/apache/datafusion/issues/14123



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