Skip to content

[common] Fix missing rows for null range bitmap indexes - #9140

Open
ArnavBalyan wants to merge 1 commit into
apache:masterfrom
ArnavBalyan:arnavb/fix-rbm
Open

[common] Fix missing rows for null range bitmap indexes#9140
ArnavBalyan wants to merge 1 commit into
apache:masterfrom
ArnavBalyan:arnavb/fix-rbm

Conversation

@ArnavBalyan

Copy link
Copy Markdown
Member

Purpose

  • Range bitmap incorrectly uses bitmapOf instead of bitmapOfRange causing 2 positions to be returned instead of the whole range. This causes missing rows returned for null data/potential silent data loss.
  • Ensure we can fix it by using the correct bitmapOfRange(0, rid) to select all rows.

Tests

  • UT

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.

1 participant