mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-05 22:43:15 +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. Signed-off-by: Jan Ciolek <jan.ciolek@scylladb.com>