mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-28 18:50:53 +00:00
We previously forbade selecting a static column when an index is used. But Cassandra allows it, so we should, too -- see #8869. After removing the static-column check, the existing code gets the correct result without any further changes (though it may read multiple rows from the same partition). Fixes #8869. Tests: unit (dev) Signed-off-by: Dejan Mircevski <dejan@scylladb.com> Closes #9307