mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-29 11:10:40 +00:00
The empty-range check causes more bugs than it fixes. Replace it with an explicit check for =NULL (see #7852). Fixes #9311. Fixes #9290. Tests: unit (dev), cql-pytest on Cassandra 4.0 Signed-off-by: Dejan Mircevski <dejan@scylladb.com> Closes #9314