mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-29 11:10:40 +00:00
I noticed that we require filtering for continuous clustering key, which is not necessary. I dropped the requirement and made sure the correct data is read from the storage proxy. The corresponding dtest PR: https://github.com/scylladb/scylla-dtest/pull/1727 Tests: unit (dev,debug), dtest (next-gating, cql*py) Closes #7460 * github.com:scylladb/scylla: cql3: Delete some newlines cql3: Drop superfluous ALLOW FILTERING cql3: Drop unneeded filtering for continuous CK