mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-30 11:36:54 +00:00
Restriction validation forbids lists (somewhat oddly, it talks about indexes; validation should make a soft check about indexes (since it can fall back to filtering) and a hard check about supported filtering expressions), and enforces a map in another place. Remove the first restriction and relax the second to allow lists as well as maps as subscript operands. Some validation messages are adjusted to reflect that lists are supported.