mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-29 20:57:00 +00:00
After each page, the read range is adjusted so it continues from/after the last read partition. Sometimes this can result in the range becoming wrapped like this: (pk, pk]. In this case, we can just drop this range and continue with the rest of the ranges (if there are multiple ones).