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-unsubscr...@arrow.apache.org

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

Reply via email to