mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-20 00:20:47 +00:00
data_value::to_parsable_string() crashed with a null pointer dereference when called on a null data_value. Return "null" instead. Fixes SCYLLADB-1350