Skip to content

feat: add ArrowResolveChunk16 - #934

Merged
paleolimbot merged 1 commit into
apache:mainfrom
Query-farm:feat/resolve-chunk16
Sep 6, 2026
Merged

feat: add ArrowResolveChunk16#934
paleolimbot merged 1 commit into
apache:mainfrom
Query-farm:feat/resolve-chunk16

Conversation

@rustyconover

Copy link
Copy Markdown
Contributor

Adds the int16 counterpart to ArrowResolveChunk32 and ArrowResolveChunk64.

This follows up on the run-end encoded array review in #930, where int16 run ends currently require a linear scan. The helper uses the same binary-search semantics as the existing resolvers and includes boundary-parity tests.

Validation:

  • 270/270 C/C++ tests passed
  • clang-format and git diff checks passed

@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.31%. Comparing base (02824cc) to head (cf94433).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #934      +/-   ##
==========================================
+ Coverage   79.30%   79.31%   +0.01%     
==========================================
  Files         106      106              
  Lines       16223    16233      +10     
  Branches     1882     1884       +2     
==========================================
+ Hits        12865    12875      +10     
  Misses       2177     2177              
  Partials     1181     1181              

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@paleolimbot paleolimbot left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@paleolimbot
paleolimbot merged commit da7e96f into apache:main Sep 6, 2026
43 checks passed
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.

3 participants