mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-05 22:43:15 +00:00
A list representing IN values might contain NULLs before evaluation. We can remove them during evaluation, because nothing equals NULL. If we don't remove them, there are gonna be errors, because a list can't contain NULLs. Signed-off-by: Jan Ciolek <jan.ciolek@scylladb.com>