mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-01 13:45:53 +00:00
" We currently allow null on the right-hand side of certain relations, while Cassandra prohibits it. Since our handling of these null values is mostly incorrect, it's better to match Cassandra in prohibiting it. See the discussion (https://github.com/scylladb/scylla/pull/5763#discussion_r405557323. NB: any reverse mismatch (Scylla prohibiting something that Cassandra allows) is left remaining. For example, we forbid null bounds on clustering columns, which Cassandra allows. Tests: unit (dev) " * dekimir-match-cass-null: restrictions: Forbid null bound for nonkey columns restrictions: Forbid null equality