msalib opened a new issue #800:
URL: https://github.com/apache/arrow-rs/issues/800


   parquet has an optional dependency on arrow. But when users do depend on 
parquet with arrow support, they get all of the default features for arrow, 
even though parquet by itself only needs the ipc feature.
   
   My project depends on parquet and needs the arrow feature as well, but this 
makes my build times very large since arrow has so many default features that I 
don't need.
   
   I'd like to change parquet's optional arrow dependency to only depend on the 
ipc feature and not the full set of default features. This is a one line change!


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