Skip to content

Move caching Null Bitmap to NullValueVectorReaderImpl's contructor#18399

Merged
Jackie-Jiang merged 3 commits into
apache:masterfrom
rhodo:move_to_constructor
May 4, 2026
Merged

Move caching Null Bitmap to NullValueVectorReaderImpl's contructor#18399
Jackie-Jiang merged 3 commits into
apache:masterfrom
rhodo:move_to_constructor

Conversation

@rhodo
Copy link
Copy Markdown
Collaborator

@rhodo rhodo commented May 1, 2026

cache null bitmap as index reader creation time rather than query time.

@rhodo rhodo requested a review from Jackie-Jiang May 1, 2026 22:56
@rhodo rhodo changed the title Move caching Null Bitmap to contructor Move caching Null Bitmap to NullValueVectorReaderImpl's contructor May 1, 2026
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented May 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 63.51%. Comparing base (2366a9e) to head (0c53c77).
⚠️ Report is 12 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master   #18399      +/-   ##
============================================
+ Coverage     63.44%   63.51%   +0.06%     
- Complexity     1698     1709      +11     
============================================
  Files          3253     3250       -3     
  Lines        199009   198945      -64     
  Branches      30823    30825       +2     
============================================
+ Hits         126263   126357      +94     
+ Misses        62668    62512     -156     
+ Partials      10078    10076       -2     
Flag Coverage Δ
custom-integration1 100.00% <ø> (ø)
integration 100.00% <ø> (ø)
integration1 100.00% <ø> (ø)
integration2 0.00% <ø> (?)
java-21 63.51% <100.00%> (+0.06%) ⬆️
temurin 63.51% <100.00%> (+0.06%) ⬆️
unittests 63.51% <100.00%> (+0.06%) ⬆️
unittests1 55.57% <100.00%> (+0.19%) ⬆️
unittests2 34.96% <100.00%> (-0.06%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

noob-se7en

This comment was marked as outdated.

Copy link
Copy Markdown
Contributor

@noob-se7en noob-se7en left a comment

Choose a reason for hiding this comment

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

0 critical / 0 major / 1 medium test cleanup — see inline.

@rhodo rhodo requested a review from noob-se7en May 4, 2026 19:15
@Jackie-Jiang Jackie-Jiang merged commit da2e20c into apache:master May 4, 2026
20 of 24 checks passed
@Jackie-Jiang Jackie-Jiang added enhancement Improvement to existing functionality index Related to indexing (general) labels May 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement Improvement to existing functionality index Related to indexing (general)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants