-
Notifications
You must be signed in to change notification settings - Fork 309
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
core: fix corner cases with less than comparison (#1748)
For the roaring tag index there were some bugs resulting in incorrect matching if the value being compared was larger than the last element for a given tag. The offset position was for the last tag and so it would return an empty match set since the tag key didn't match.
- Loading branch information
1 parent
155e802
commit 5bd1b9d
Showing
2 changed files
with
193 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters