You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "WillAyd (via GitHub)" <gi...@apache.org> on 2023/05/19 23:30:35 UTC

[GitHub] [arrow-nanoarrow] WillAyd opened a new pull request, #197: Implement ListChildOffset function

WillAyd opened a new pull request, #197:
URL: https://github.com/apache/arrow-nanoarrow/pull/197

   Similar to what exists for Dense/Sparse Union. This would at least be useful in the ADBC library, which currently provides its own implementation
   
   https://github.com/apache/arrow-adbc/pull/679#discussion_r1195786712


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-nanoarrow] paleolimbot merged pull request #197: feat: Add `ArrowArrayViewListChildOffset()`

Posted by "paleolimbot (via GitHub)" <gi...@apache.org>.
paleolimbot merged PR #197:
URL: https://github.com/apache/arrow-nanoarrow/pull/197


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-nanoarrow] codecov-commenter commented on pull request #197: Implement ListChildOffset function

Posted by "codecov-commenter (via GitHub)" <gi...@apache.org>.
codecov-commenter commented on PR #197:
URL: https://github.com/apache/arrow-nanoarrow/pull/197#issuecomment-1555405730

   ## [Codecov](https://app.codecov.io/gh/apache/arrow-nanoarrow/pull/197?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Report
   > Merging [#197](https://app.codecov.io/gh/apache/arrow-nanoarrow/pull/197?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) (3f17f4b) into [main](https://app.codecov.io/gh/apache/arrow-nanoarrow/commit/dea6733717ff09eac3a36e3078e67f3886b8b0a3?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) (dea6733) will **decrease** coverage by `0.02%`.
   > The diff coverage is `75.00%`.
   
   ```diff
   @@            Coverage Diff             @@
   ##             main     #197      +/-   ##
   ==========================================
   - Coverage   88.35%   88.34%   -0.02%     
   ==========================================
     Files          60       60              
     Lines        9016     9024       +8     
   ==========================================
   + Hits         7966     7972       +6     
   - Misses       1050     1052       +2     
   ```
   
   
   | [Impacted Files](https://app.codecov.io/gh/apache/arrow-nanoarrow/pull/197?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Coverage Δ | |
   |---|---|---|
   | [src/nanoarrow/array\_inline.h](https://app.codecov.io/gh/apache/arrow-nanoarrow/pull/197?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3JjL25hbm9hcnJvdy9hcnJheV9pbmxpbmUuaA==) | `89.83% <75.00%> (-0.23%)` | :arrow_down: |
   
   ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/apache/arrow-nanoarrow/pull/197/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
   
   :mega: We’re building smart automated test selection to slash your CI/CD build times. [Learn more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org