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

2024-05-16 Thread Benjamin Lerer
is 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 >>> --

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

2024-04-04 Thread Caleb Rackliffe
: > >> 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... >>

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

2024-04-04 Thread Benjamin Lerer
ull 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, March 20, 2024 9:15 AM > *To:* dev@cassandra.apache.org > *S

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

2024-03-20 Thread German Eichberger via dev
, March 20, 2024 9:15 AM To: dev@cassandra.apache.org Subject: [EXTERNAL] [DISCUSS] NULL handling and the unfrozen collection issue You don't often get email from b.le...@gmail.com. Learn why this is important<https://aka.ms/LearnAboutSenderIdentification> Hi everybody, CEP-29 (CQL NOT O

[DISCUSS] NULL handling and the unfrozen collection issue

2024-03-20 Thread Benjamin Lerer
Hi everybody, CEP-29 (CQL NOT Operator) is hitting the grey area of how we want as a community to handle NULL including for things like unfrozen (multi-cell) collections and I would like to make a proposal for moving forward with NULL related issues. We have currently 2 tickets open about NULL ha