Re: [DISCUSS] NULL handling and the unfrozen collection issue

2024-05-16 Thread Benjamin Lerer
I found some other confusing behavior in LWT around null value and empty multicell collection. I opened CASSANDRA-19637 for those interested. Le jeu. 4 avr. 2024 à 18:34, Caleb Rackliffe a écrit : > The easiest way to check out how Accord us

Re: [DISCUSS] NULL handling and the unfrozen collection issue

2024-04-04 Thread Caleb Rackliffe
The easiest way to check out how Accord uses IS NULL and IS NOT NULL is to look at the examples in the cep-15-accord branch: https://github.com/apache/cassandra/blob/cep-15-accord/test/distributed/org/apache/cassandra/distributed/test/accord/AccordCQLTestBase.java tl;dr We did indeed try to go wi

Re: [DISCUSS] NULL handling and the unfrozen collection issue

2024-04-04 Thread Benjamin Lerer
> > Now, in Cassandra setting a column to null means deleting it and if *all* > columns in a row are null the row is deleted. This might be another edge > case... It is slightly more complicated than that as the primary key columns count in (*all* columns) For example if you have the following t

Re: [DISCUSS] NULL handling and the unfrozen collection issue

2024-03-20 Thread German Eichberger via dev
Hi, +1 I like doing it the SQL way. This makes sense to me. Now, in Cassandra setting a column to null means deleting it and if all​ columns in a row are null the row is deleted. This might be another edge case... German From: Benjamin Lerer Sent: Wednesday, Ma