mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-19 16:15:07 +00:00
This is a translation of Cassandra's CQL unit test source file validation/entities/SecondaryIndexOnMapEntriesTest.java into our our cql-pytest framework. This test file checks various features of indexing (with secondary index) individual entries of maps. All these tests pass on Cassandra, but fail on Scylla because of issue #2962 - we do not yet support indexing of the content of unfrozen collections. The failing test currently fail as soon as they try to create the index, with the message: "Cannot create secondary index on non-frozen collection or UDT column v". Refs #2962. Signed-off-by: Nadav Har'El <nyh@scylladb.com> Message-Id: <20210310124638.1653606-1-nyh@scylladb.com>