Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Query may return deleted records (#34501)
issue: #34500 cause the sort in `GetLevel0Deletions` will broken the corresponed order between pks and tss, then the pks and tss will be sorted in segment.Delete() interface. This PR remove this uncessary and incorrect sort progress to avoid query may return deleted records. Signed-off-by: Wei Liu <wei.liu@zilliz.com>
- Loading branch information