mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-31 12:06:44 +00:00
In original series cell iterator for regular cells was erroneously taken by copy instead of by reference, which will result in iterating over the first value indefinitely. Also, the same iterator was not updated for collections, which is fixed too. Message-Id: <83297adf8121de4fd37257c87f250d61ea9ec80b.1530892191.git.sarna@scylladb.com>