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

Aligned name of FixedSizeBinaryArray::values_iter #1117

Merged
merged 1 commit into from Jun 28, 2022
Merged

Conversation

jorgecarleitao
Copy link
Owner

The function was called iter_values, while all other arrays are named values_iter.

@jorgecarleitao jorgecarleitao added the bug Something isn't working label Jun 28, 2022
@codecov
Copy link

codecov bot commented Jun 28, 2022

Codecov Report

Merging #1117 (82a5c23) into main (3b05377) will increase coverage by 0.02%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #1117      +/-   ##
==========================================
+ Coverage   82.36%   82.38%   +0.02%     
==========================================
  Files         367      367              
  Lines       35382    35382              
==========================================
+ Hits        29141    29149       +8     
+ Misses       6241     6233       -8     
Impacted Files Coverage Δ
src/array/fixed_size_binary/iterator.rs 81.25% <100.00%> (ø)
src/io/ipc/read/reader.rs 96.38% <0.00%> (+0.36%) ⬆️
src/array/utf8/mod.rs 86.58% <0.00%> (+0.95%) ⬆️
src/io/ipc/read/array/boolean.rs 97.91% <0.00%> (+8.33%) ⬆️

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 3b05377...82a5c23. Read the comment docs.

@jorgecarleitao jorgecarleitao merged commit 455540c into main Jun 28, 2022
@jorgecarleitao jorgecarleitao deleted the fix_name branch June 28, 2022 11:18
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.

None yet

1 participant