mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-29 04:37:00 +00:00
If we get a partition with no row data, but statics, we should treat this as a row (include in count), but also make sure we skip to next partition if our page ends here. The "end partition" with zero rows but static data can also happen if we happen to resume paging by giving a column range exluding all data. In this case we should _not_ include it, since we have already provided the data in question in previous page. Fixes #556