mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-22 01:20:39 +00:00
The test only wants to test result size calculation so it doesn't need the whole `data_query()` logic. Replace the call to `data_query()` with one to a local alternative which contains just the necessary bits -- invoking `data_querier::consume_page()` with the right result builder. This allows us get rid of the now otherwise unused `data_query()`.