jayzhan211 commented on issue #10782:
URL: https://github.com/apache/datafusion/issues/10782#issuecomment-2466025327

   @jonathanc-n 
   The idea to extract out module is that you check the dependency by what 
crate is imported. 
   
   For example, if we need to move `CsvExec` out, we need to move 
`FileScanConfig` and `FileCompressionType` out too.
   To move `FileScanConfig` out, we need `PartitionedFile` to be moved out too. 
Then you will find out we need to move the whole datasource::listing out first. 
and so on.


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