Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Removed un-needed unsafe #843

Merged
merged 1 commit into from
Feb 15, 2022
Merged

Removed un-needed unsafe #843

merged 1 commit into from
Feb 15, 2022

Conversation

jorgecarleitao
Copy link
Owner

Replaced by an extra O(1) clone.

@jorgecarleitao jorgecarleitao added the testing PRs that only increase coverage label Feb 15, 2022
@codecov
Copy link

codecov bot commented Feb 15, 2022

Codecov Report

Merging #843 (42e625e) into main (2c4dbb2) will increase coverage by 0.28%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #843      +/-   ##
==========================================
+ Coverage   71.55%   71.84%   +0.28%     
==========================================
  Files         326      327       +1     
  Lines       17643    18130     +487     
==========================================
+ Hits        12624    13025     +401     
- Misses       5019     5105      +86     
Impacted Files Coverage Δ
src/compute/arithmetics/mod.rs 69.81% <ø> (ø)
src/compute/arithmetics/basic/div.rs 82.35% <100.00%> (+4.38%) ⬆️
src/compute/arithmetics/basic/rem.rs 91.11% <100.00%> (+6.20%) ⬆️
src/io/avro/write/serialize.rs 80.21% <0.00%> (-1.60%) ⬇️
src/io/ipc/read/stream_async.rs 62.65% <0.00%> (ø)
src/io/parquet/read/binary/basic.rs 79.41% <0.00%> (+0.03%) ⬆️
src/array/utf8/mutable.rs 81.12% <0.00%> (+0.09%) ⬆️
src/io/parquet/read/utils.rs 80.41% <0.00%> (+0.24%) ⬆️
src/bitmap/immutable.rs 88.34% <0.00%> (+0.54%) ⬆️
src/io/parquet/read/dictionary.rs 61.85% <0.00%> (+0.67%) ⬆️
... and 6 more

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 2c4dbb2...42e625e. Read the comment docs.

@jorgecarleitao jorgecarleitao merged commit e0f98c7 into main Feb 15, 2022
@jorgecarleitao jorgecarleitao deleted the rm_unsafe branch February 15, 2022 17:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
testing PRs that only increase coverage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant