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

fix some warning about unused variables in panic tests #894

Merged
merged 1 commit into from
Nov 1, 2021

Conversation

jimexist
Copy link
Member

Which issue does this PR close?

Closes #.

Rationale for this change

fix some warning about unused variables in panic tests

What changes are included in this PR?

Are there any user-facing changes?

@github-actions github-actions bot added the arrow Changes to the arrow crate label Oct 31, 2021
@codecov-commenter
Copy link

codecov-commenter commented Oct 31, 2021

Codecov Report

Merging #894 (148487c) into master (2a0a4c3) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #894      +/-   ##
==========================================
- Coverage   82.31%   82.31%   -0.01%     
==========================================
  Files         168      168              
  Lines       48123    48123              
==========================================
- Hits        39614    39613       -1     
- Misses       8509     8510       +1     
Impacted Files Coverage Δ
arrow/src/array/array_binary.rs 93.07% <100.00%> (ø)
arrow/src/array/array_boolean.rs 94.53% <100.00%> (ø)
arrow/src/array/array_list.rs 95.52% <100.00%> (ø)
arrow/src/array/array_primitive.rs 94.05% <100.00%> (ø)
arrow/src/array/array_string.rs 97.90% <100.00%> (ø)
arrow/src/array/array_struct.rs 89.28% <100.00%> (ø)
parquet_derive/src/parquet_field.rs 65.98% <0.00%> (-0.23%) ⬇️
parquet/src/encodings/encoding.rs 93.52% <0.00%> (-0.20%) ⬇️
arrow/src/datatypes/datatype.rs 65.36% <0.00%> (+0.43%) ⬆️

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 2a0a4c3...148487c. Read the comment docs.

@jimexist jimexist merged commit 43d1c85 into apache:master Nov 1, 2021
@jimexist jimexist deleted the fix-drop-warn branch November 1, 2021 10:46
alamb added a commit that referenced this pull request Nov 9, 2021
Co-authored-by: Jiayu Liu <Jimexist@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Changes to the arrow crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants