Skip to content

Conversation

@fenfeng9
Copy link
Contributor

closes #5682

changes:

  • Make bitmap search drop NULL rows that overlap TRUE rows to fix LABEL_LIST results with NULL items.
  • Allow nullable list literals in LabelListQuery::to_expr to prevent explain_plan() panics.
  • Add Python tests covering NULL list elements and explain behavior.

@github-actions github-actions bot added bug Something isn't working python labels Jan 31, 2026
@codecov
Copy link

codecov bot commented Jan 31, 2026

Codecov Report

❌ Patch coverage is 50.00000% with 1 line in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
rust/lance-index/src/scalar.rs 50.00% 1 Missing ⚠️

📢 Thoughts on this report? Let us know!

@fenfeng9
Copy link
Contributor Author

fenfeng9 commented Feb 2, 2026

PTAL @westonpace .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working python

Projects

None yet

Development

Successfully merging this pull request may close these issues.

LABEL_LIST index returns incorrect results when list has NULL elements

1 participant