Nadav Har'El
2440569984
secondary index: fix error message which erroneously refered to "map"
...
The value of a frozen collection may only be indexed (using a secondary
index) in full - it is not allowed to index only the keys for example -
"CREATE INDEX idx ON table (keys(v))" is not allowed.
The error message referred to a frozen<map>, but the problem can happen
on any frozen collection (e.g., a frozen set), not just a frozen map,
so can be confusing to a user who used a frozen set, and getting an
error about a frozen map.
So this patch fixes the error message to refer to a "frozen collection".
Note that the Cassandra error message in this case is different - it
reads: "Frozen collections are immutable and must be fully indexed".
Fixes #8744 .
Signed-off-by: Nadav Har'El <nyh@scylladb.com >
Message-Id: <20210529094056.825117-1-nyh@scylladb.com >
2021-05-30 23:23:20 +03:00
..
2021-05-20 01:33:18 +03:00
2021-04-20 21:23:00 +03:00
2021-03-15 19:00:33 +03:00
2021-03-15 19:00:33 +03:00
2021-05-10 11:48:14 +02:00
2021-04-12 16:30:01 +02:00
2021-05-10 10:10:38 +02:00
2021-03-15 19:00:33 +03:00
2021-05-27 21:16:26 +03:00
2021-03-15 19:35:43 +03:00
2021-04-20 21:23:00 +03:00
2021-03-15 19:00:33 +03:00
2021-04-12 16:30:01 +02:00
2021-04-12 16:30:01 +02:00
2020-09-04 17:27:30 +02:00
2020-09-04 17:27:30 +02:00
2020-09-04 17:27:30 +02:00
2020-09-04 17:27:30 +02:00
2021-05-20 01:33:18 +03:00
2021-05-20 01:33:18 +03:00
2020-09-04 13:13:26 +03:00
2020-09-04 12:25:06 +03:00
2021-02-16 15:58:38 +02:00
2021-02-16 15:58:38 +02:00
2020-03-23 09:29:45 +02:00
2021-02-16 15:58:37 +02:00
2021-04-20 21:23:00 +03:00
2021-03-15 19:00:33 +03:00
2021-05-30 23:23:20 +03:00
2021-03-15 19:00:33 +03:00
2021-04-20 21:23:00 +03:00
2021-03-15 19:00:33 +03:00
2021-03-15 19:00:33 +03:00
2021-05-10 11:48:14 +02:00
2021-04-12 16:30:01 +02:00
2021-03-15 19:36:04 +03:00
2021-03-15 19:00:33 +03:00
2021-04-20 21:23:00 +03:00
2021-03-15 19:00:33 +03:00
2021-03-15 19:36:04 +03:00
2021-03-15 19:00:33 +03:00
2021-02-16 15:58:37 +02:00
2021-04-12 16:30:01 +02:00
2021-04-12 16:30:01 +02:00
2021-03-15 19:35:36 +03:00
2021-03-15 19:00:33 +03:00
2021-05-10 10:10:38 +02:00
2021-03-15 19:00:33 +03:00
2021-03-15 19:35:48 +03:00
2021-03-15 19:00:33 +03:00
2021-03-15 19:00:33 +03:00
2021-04-12 16:30:01 +02:00
2021-04-12 16:30:01 +02:00
2021-04-20 21:23:00 +03:00
2021-03-15 19:00:33 +03:00
2021-04-20 21:23:00 +03:00
2021-03-15 19:00:33 +03:00
2021-04-20 21:23:00 +03:00
2021-03-15 19:00:33 +03:00
2021-04-20 21:23:00 +03:00
2020-02-24 11:17:19 +03:00
2021-03-15 19:00:33 +03:00
2021-03-15 19:00:33 +03:00
2021-03-15 19:00:33 +03:00
2021-05-20 01:32:57 +03:00
2020-02-20 18:14:49 +02:00
2020-02-20 18:14:49 +02:00
2020-08-15 20:26:02 +03:00
2021-03-15 19:00:33 +03:00
2021-03-15 19:00:33 +03:00
2021-03-15 19:00:33 +03:00
2021-04-12 16:30:01 +02:00
2021-04-12 16:30:01 +02:00
2021-05-27 13:02:22 +02:00
2021-04-12 16:30:01 +02:00
2021-03-15 19:00:33 +03:00
2021-03-15 19:00:33 +03:00
2021-04-23 15:01:39 -04:00
2021-04-20 21:23:00 +03:00
2020-11-16 20:23:52 -05:00
2020-02-24 11:17:19 +03:00
2020-04-27 12:47:42 +03:00
2021-05-20 01:32:57 +03:00
2021-05-20 01:32:57 +03:00
2020-03-23 09:29:45 +02:00
2021-03-15 19:00:33 +03:00
2021-03-15 19:00:33 +03:00
2021-03-15 19:00:33 +03:00
2021-05-27 11:27:38 +03:00
2021-03-15 19:00:33 +03:00
2021-05-20 01:32:57 +03:00
2021-05-18 12:47:35 +03:00
2021-03-15 19:00:33 +03:00
2021-04-12 16:30:01 +02:00
2021-05-20 01:32:57 +03:00
2021-05-27 13:02:22 +02:00
2021-05-20 01:32:57 +03:00
2021-04-20 21:23:00 +03:00
2021-05-20 01:32:57 +03:00
2021-05-21 20:54:44 +03:00
2021-05-20 01:32:57 +03:00
2021-03-15 19:36:04 +03:00
2021-05-20 01:32:57 +03:00