mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-02 04:56:58 +00:00
Fixes #752 We set row limit for query to be min of page size/remaining in limit, but if we have a multinode query we might end up with more rows than asked for, so must do this again in post-processing. Message-Id: <1452606935-12899-2-git-send-email-calle@scylladb.com>