msalib opened a new pull request #801:
URL: https://github.com/apache/arrow-rs/pull/801


   # Which issue does this PR close?
   Closes #800.
   
   # Rationale for this change
   This change makes builds much faster for folks who depend on parquet but 
don't need CSV handling. It also ensures that most users don't have to build 
the testutils feature which brings in dependencies on rand.
   
   Building arrow for parquet is the slowest part of my build by far and most 
of that time is spent building things I don't use.
   
   # What changes are included in this PR?
   This PR changes one line, making the optional dependency on arrow skip the 
default features.
   
   <!---
   There is no need to duplicate the description in the issue here but it is 
sometimes worth providing a summary of the individual changes in this PR.
   -->
   
   # Are there any user-facing changes?
   No
   
   <!---
   If there are user-facing changes then we may require documentation to be 
updated before approving the PR.
   -->
   
   <!---
   If there are any breaking changes to public APIs, please add the `breaking 
change` label.
   -->
   


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