mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-29 19:21:01 +00:00
The most user-visible aspect of this change is range scans which select a small subset of the columns. These queries work as the user expects them to work: unselected columns are not included in determining the size of the result (or that of the page). This is the aspect this test is checking for. While at it, also test single partition queries too.