mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-21 09:00:35 +00:00
This patch adds a reproducer test for issue #7912, which is about passing a null parameter to the fromJson() function supposed to be legal (and return a null value), and is legal in Cassandra, but isn't allowed in Scylla. There are two tests - for a prepared and unprepared statement - which fail in different ways. The issue is still open so the tests xfail on Scylla - and pass on Cassandra. Refs #7912. Signed-off-by: Nadav Har'El <nyh@scylladb.com> Message-Id: <20210112114254.3927671-1-nyh@scylladb.com>