mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-19 06:12:14 +00:00
The 'address' UDT contains a nested collection (map<text, frozen<phone>>),
so it must be frozen when used as a column type. Non-frozen UDTs with
nested non-frozen collections are not supported.
(cherry picked from commit d13a56be2e)