Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #1876: Explicitly declare the used features for each dependency in integration_testing #1898

Conversation

martin-g
Copy link
Member

Which issue does this PR close?

Closes #1876.
This is the last PR for #1876.
It changes just integration_testing/Cargo.toml.
The PR does not upgrade the dependencies!

Rationale for this change

Reduce the disk and CPU usage at build time.

What changes are included in this PR?

Are there any user-facing changes?

…ndency in integration_testing

Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
@codecov-commenter
Copy link

Codecov Report

Merging #1898 (fee580b) into master (fc4044f) will decrease coverage by 0.00%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #1898      +/-   ##
==========================================
- Coverage   83.43%   83.42%   -0.01%     
==========================================
  Files         203      203              
  Lines       56969    56969              
==========================================
- Hits        47531    47529       -2     
- Misses       9438     9440       +2     
Impacted Files Coverage Δ
arrow/src/datatypes/datatype.rs 65.42% <0.00%> (-0.38%) ⬇️
parquet_derive/src/parquet_field.rs 65.98% <0.00%> (-0.23%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fc4044f...fee580b. Read the comment docs.

@tustvold tustvold merged commit 7f0855d into apache:master Jun 19, 2022
@martin-g martin-g deleted the arrow-1876-disable-default-features-integration_testing branch June 23, 2022 05:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Explicitly declare the features used for each dependency
3 participants