mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-08 16:03:20 +00:00
Reject the previously accepted case where the multi-column restriction applied to just a single column, as it causes a crash downstream. The user can drop the parentheses to avoid the rejection. Fixes #7710 Signed-off-by: Dejan Mircevski <dejan@scylladb.com> Closes #7712