You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/02/28 20:58:33 UTC

[GitHub] [arrow-rs] alamb commented on pull request #1349: Add `async` to default features

alamb commented on pull request #1349:
URL: https://github.com/apache/arrow-rs/pull/1349#issuecomment-1054655018


   THank you @HaoYang670 
   
   Changing the default features of the arrow crate may have some non trivial downstream consequences for users of arrow.
   
   What would you think about just updating the metadata for the docs.rs build following https://docs.rs/about/metadata? Perhaps something like:
   
   ```yml
   [package.metadata.docs.rs]
   
   # Whether to pass `--all-features` to Cargo (default: false)
   all-features = true
   ```
   
   ?


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org