Closed hemidactylus closed 1 week ago
Closing, I fooled myself into thinking those were ordered but it's not a user-provided order (rather by keys, unchangeable)
Just checking this means if you insert fields { name: 'test', age: 42 }
as a map, you'll always get back the fields name, age
in the original order? I tried to test this myself but ran into #1747
(note: it should be verified that in C*, set and map collection columns are ordered (I think so, but must be double checked). Under this assumption...()
Insertion into such columns does not respect the order items are provided in the insert payload. E.g. for a set and a map:
but then when reading (through Data API) I get
Also checking through CQL I can confirm the order on DB is the "wrong" one, i.e. those obtained when reading.