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/06/17 11:01:43 UTC

[GitHub] [arrow-rs] martin-g opened a new pull request, #1895: Issue #1876: Explicitly declare the used features for each dependency in parquet

martin-g opened a new pull request, #1895:
URL: https://github.com/apache/arrow-rs/pull/1895

   Declare that parquet module uses rand's std and std_rng features
   
   # Which issue does this PR close?
   
   This is the third PR for https://github.com/apache/arrow-rs/issues/1876.
   It changes just parquet/Cargo.toml.
   The PR does not upgrade the dependencies!
   
   # Rationale for this change
   
   This is a follow-up of https://github.com/apache/arrow-rs/pull/1881.
   The build fails only when building **only** `parquet` module:
   ```bash
   $ cd parquet
   $ cargo +nightly build --all-features
   ```
   
   # What changes are included in this PR?
   
   Add `"std"` and `"std_rng"` features for `rand` dependency
   
   # Are there any user-facing changes?
   
   No


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


[GitHub] [arrow-rs] martin-g closed pull request #1895: Issue #1876: Explicitly declare the used features for each dependency in parquet

Posted by GitBox <gi...@apache.org>.
martin-g closed pull request #1895: Issue #1876: Explicitly declare the used features for each dependency in parquet
URL: https://github.com/apache/arrow-rs/pull/1895


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


[GitHub] [arrow-rs] tustvold merged pull request #1895: Issue #1876: Explicitly declare the used features for each dependency in parquet

Posted by GitBox <gi...@apache.org>.
tustvold merged PR #1895:
URL: https://github.com/apache/arrow-rs/pull/1895


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