Skip to content

Conversation

@paleolimbot
Copy link
Member

Fixes #5 by implementing an Array whose buffer lifecycle is handled by struct ArrowBuffer.

@paleolimbot paleolimbot marked this pull request as ready for review August 8, 2022 13:37
@codecov-commenter
Copy link

codecov-commenter commented Aug 8, 2022

Codecov Report

Merging #14 (a7f8804) into main (51e5052) will increase coverage by 0.39%.
The diff coverage is 93.75%.

@@            Coverage Diff             @@
##             main      #14      +/-   ##
==========================================
+ Coverage   91.97%   92.37%   +0.39%     
==========================================
  Files           5        8       +3     
  Lines         798      931     +133     
  Branches       30       35       +5     
==========================================
+ Hits          734      860     +126     
- Misses         41       45       +4     
- Partials       23       26       +3     
Impacted Files Coverage Δ
src/nanoarrow/array.c 93.75% <93.75%> (ø)
src/nanoarrow/buffer_inline.h 100.00% <0.00%> (ø)
src/nanoarrow/bitmap_inline.h 100.00% <0.00%> (ø)

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@paleolimbot paleolimbot merged commit 1257834 into apache:main Aug 8, 2022
@paleolimbot paleolimbot deleted the array branch August 9, 2022 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement ArrowArray* helpers

3 participants