mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-02 22:25:48 +00:00
Right now reversed streamed mutation emits range tombstones after the mutation fragments affected by them. This breakes the queries. This patch reworks the way range tombstones are handled in reversed streams: - range tombstones are no longer flipped -- invariant that start bound is smaller than the end bound always holds - in reversed streams they are ordered by their end_position() Fixes #2982.
8.2 KiB
8.2 KiB