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

Fixed error in extending bitmaps #327

Merged
merged 1 commit into from
Aug 24, 2021
Merged

Fixed error in extending bitmaps #327

merged 1 commit into from
Aug 24, 2021

Conversation

jorgecarleitao
Copy link
Owner

The extension on unaligned bitmap was incorrect.

@codecov
Copy link

codecov bot commented Aug 24, 2021

Codecov Report

Merging #327 (f6c5906) into main (824ad7e) will increase coverage by 0.06%.
The diff coverage is 94.11%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #327      +/-   ##
==========================================
+ Coverage   80.55%   80.62%   +0.06%     
==========================================
  Files         324      324              
  Lines       21399    21577     +178     
==========================================
+ Hits        17239    17396     +157     
- Misses       4160     4181      +21     
Impacted Files Coverage Δ
src/bitmap/mutable.rs 89.21% <90.00%> (-0.06%) ⬇️
tests/it/bitmap/mutable.rs 100.00% <100.00%> (ø)
src/io/json_integration/write.rs 0.00% <0.00%> (-6.25%) ⬇️
src/io/parquet/read/boolean/basic.rs 84.61% <0.00%> (-3.53%) ⬇️
tests/it/io/ipc/common.rs 100.00% <0.00%> (ø)
tests/it/io/ipc/write/stream.rs 100.00% <0.00%> (ø)
src/io/parquet/read/fixed_size_binary.rs 43.92% <0.00%> (+0.92%) ⬆️
src/io/parquet/read/binary/basic.rs 82.75% <0.00%> (+1.42%) ⬆️
src/io/ipc/read/stream.rs 83.76% <0.00%> (+1.48%) ⬆️
src/io/parquet/read/primitive/basic.rs 82.92% <0.00%> (+1.53%) ⬆️
... and 2 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 824ad7e...f6c5906. Read the comment docs.

@jorgecarleitao jorgecarleitao changed the title Fixed error in extending bitmaps. Fixed error in extending bitmaps Aug 24, 2021
@jorgecarleitao jorgecarleitao merged commit 43c101f into main Aug 24, 2021
@jorgecarleitao jorgecarleitao deleted the fix_extend branch August 24, 2021 08:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant