tustvold opened a new issue, #5725:
URL: https://github.com/apache/arrow-datafusion/issues/5725

   ### Is your feature request related to a problem or challenge?
   
   Currently the various DataFusion components all depend on `arrow`, this 
means that it must wait for the entirety of arrow-rs to compile before it can 
start compiling crates from datafusion. This is despite crates like 
datafusion_common likely not needing to depend on heavy crates like arrow-ord 
and arrow-arith.
   
   ### Describe the solution you'd like
   
   I'd like DataFusion crates to depend on the relevant subcrates, instead of 
the top-level kitchen sink crate
   
   ### Describe alternatives you've considered
   
   We could not do this
   
   ### Additional context
   
   _No response_


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

Reply via email to