You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CNDB-13696 fix empty iterator access in BM25 search on partial SSTable (#1691)
Executing a query with BM25 search and a condition on partial SSTable
results in empty iterator access error. And there was no test with
storing data in segments.
The PR implements BM25 search tests with splitting data into two tables.
This reproduced this bug, CNDB-13696, and demonstrates current confusion
on the BM25 ordering result to be fixed by CNDB-13553.
This PR adds a check for empty iterator created for a PK belonging to
another segment. This fixes the bug of trying to get the first element
of an empty iterator.
0 commit comments