Re: [DISCUSS] Adding support for BETWEEN operator

2024-05-13 Thread David Capwell
I would also include in UPDATE… but yeah, <3 BETWEEN and welcome this work. > On May 13, 2024, at 7:40 AM, Patrick McFadin wrote: > > This is a great feature addition to CQL! I get asked about it from time to > time but then people figure out a workaround. It will be great to just have > it av

Re: [DISCUSS] Gossip Protocol Change

2024-05-13 Thread David Capwell
So, I created https://issues.apache.org/jira/browse/CASSANDRA-18917 which lets you do deterministic gossip simulation testing cross large clusters within seconds… I stopped this work as it conflicted with TCM (they were trying to merge that week) and it hit issues where some nodes never converge

Re: [DISCUSS] Adding support for BETWEEN operator

2024-05-13 Thread Patrick McFadin
This is a great feature addition to CQL! I get asked about it from time to time but then people figure out a workaround. It will be great to just have it available. And right on Simon! I think the only project I had as a high school senior was figuring out how many parties I could go to and still

[DISCUSS] Gossip Protocol Change

2024-05-13 Thread Zemek, Cameron via dev
In looking into CASSANDRA-19580 I noticed something that raises a question. With Gossip SYN it doesn't check for missing digests. If its empty for shadow round it will add everything from endpointStateMap to the reply. But why not included missing entries in normal replies? The branching for rep

[DISCUSS] Adding support for BETWEEN operator

2024-05-13 Thread Benjamin Lerer
Hi everybody, Just raising awareness that Simon is working on adding support for the BETWEEN operator in WHERE clauses (SELECT and DELETE) in CASSANDRA-19604. We plan to add support for it in conditions in a separate patch. The patch is available. As a side note, Simon chose to do his highschool