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

Fixed error in slicing bitmap. #237

Merged
merged 1 commit into from Jul 30, 2021
Merged

Fixed error in slicing bitmap. #237

merged 1 commit into from Jul 30, 2021

Conversation

jorgecarleitao
Copy link
Owner

Closes #233

@codecov
Copy link

codecov bot commented Jul 30, 2021

Codecov Report

Merging #237 (6180bc7) into main (7dd1cff) will increase coverage by 0.06%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #237      +/-   ##
==========================================
+ Coverage   76.93%   77.00%   +0.06%     
==========================================
  Files         229      229              
  Lines       19529    19742     +213     
==========================================
+ Hits        15025    15202     +177     
- Misses       4504     4540      +36     
Impacted Files Coverage Δ
src/bitmap/immutable.rs 86.30% <ø> (-0.55%) ⬇️
src/bitmap/mutable.rs 92.16% <100.00%> (ø)
src/bitmap/utils/slice_iterator.rs 96.42% <100.00%> (+0.15%) ⬆️
src/compute/aggregate/memory.rs 31.03% <100.00%> (ø)
src/array/fixed_size_list/mod.rs 58.33% <0.00%> (-2.54%) ⬇️
src/ffi/ffi.rs 77.80% <0.00%> (+1.33%) ⬆️
src/compute/filter.rs 67.55% <0.00%> (+2.77%) ⬆️
src/ffi/array.rs 87.61% <0.00%> (+4.89%) ⬆️

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 7dd1cff...6180bc7. Read the comment docs.

@jorgecarleitao jorgecarleitao merged commit 526fd1d into main Jul 30, 2021
@jorgecarleitao jorgecarleitao deleted the fix_error branch July 30, 2021 05:51
@jorgecarleitao jorgecarleitao added the bug Something isn't working label Jul 30, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Filter operation on sliced utf8 arrays are incorrect
1 participant