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

Re: Default table compression defined in yaml.

2024-03-20 Thread Jacek Lewandowski
Compression params for sstables should be under the "sstable" key. - - -- --- - - Jacek Lewandowski wt., 19 mar 2024 o 13:10 Ekaterina Dimitrova napisał(a): > Any new settings are expected to be added in the new format > > On Tue, 19 Mar 2024 at 5:52, Bowen Song via d

[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