Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pass correct value on IDSelectorBitmap initialization #1444

Merged
merged 1 commit into from
Feb 2, 2024

Conversation

heemin32
Copy link
Collaborator

@heemin32 heemin32 commented Feb 1, 2024

Description

In IDSelectorBitmap initialization, we pass size of filtered id array which is not correct. It should be size of bitmap.

Issues Resolved

#1435

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed as per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Copy link

codecov bot commented Feb 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (fe592f5) 84.90% compared to head (932ae4d) 84.90%.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #1444   +/-   ##
=========================================
  Coverage     84.90%   84.90%           
  Complexity     1273     1273           
=========================================
  Files           167      167           
  Lines          5186     5186           
  Branches        491      491           
=========================================
  Hits           4403     4403           
  Misses          574      574           
  Partials        209      209           

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

@heemin32 heemin32 merged commit 4c7a055 into opensearch-project:main Feb 2, 2024
49 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Feb 2, 2024
heemin32 added a commit that referenced this pull request Feb 2, 2024
Signed-off-by: Heemin Kim <[email protected]>
(cherry picked from commit 4c7a055)

Co-authored-by: Heemin Kim <[email protected]>
@heemin32 heemin32 deleted the bug-1435 branch July 18, 2024 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.x Bug Fixes Changes to a system or product designed to handle a programming bug/glitch v2.12.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants