mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-22 17:40:34 +00:00
From Pawel: This series fixes SELECT DISTINC statements. Previously, we relied on the existance of static row to get proper results. That obviously doesn't work when there is no static row in the partition. The solution for that is to introduce new option to partition_slice: distinct which informs that the only important information is static row and whether the partition exists.