mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-28 12:17:02 +00:00
Scylla doesn't support unset values inside UDT. The old code used to convert `unset` to `null`, which seems incorrect. There is an extra space in the error message to retain compatability with Cassandra. Fixes: #9671 Closes #9724 * github.com:scylladb/scylla: cql-pytest: Enable test for UDT with unset values cql3: Don't allow unset values inside UDT