-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
node/metabase: Fix omission of some entries with prim
PREFIX
filter
Previously, when filter was `PREFIX` with integer value, metabase iterator processed int entries only. This makes the iterator to start from integers entries, and, once they are finished, then jump over to the rest ones. The approach is reused from `!=` matcher fix in d189ad6. Refs #3131. Refs #3058. Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
- Loading branch information
1 parent
2f457e6
commit 03497a5
Showing
2 changed files
with
6 additions
and
2 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