mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-19 16:15:07 +00:00
Our handling of NULLs in expressions is different from Cassandra's, and more uniform. For example, the filter "WHERE x = NULL" is an error in Cassandra, but supported in Scylla. Let's explain how and why. Signed-off-by: Nadav Har'El <nyh@scylladb.com> Closes #12494