mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-01 13:45:53 +00:00
Before the patch, nonforwardable reader injected partition_end unconditionally. This caused problems in case next_partition() was called, the downstream reader might have already injected its own partition_end marker, and the one from nonforwardable reader was a duplicate. Fixes: #12249