Benjamin Lerer
Benjamin Lerer
Reduce garbage using new BTree features
The goal of the patch is to simply the code surrounding the WHERE clause predicates (called internally restrictions) and made that code easier to extend. For example adding new operators...
We should add to the project the scripts for running the tests on the different Java versions and the different JVM arguments combinations on Circle-CI.
We should ensure that Jamm works properly with Java 18, 19 and 20. There is 2 parts to it. 1. Adding those versions to the Maven files (pom.xml and toolchains.example.xml)...
The patch is a follow up from CASSANDRA-19341. It moves some of the `ColumnCondition` logic into `Operator` and `ColumnExpression` in order to simplify the logic needed to addition new operators...
This is an initial version of the patch as I am waiting for the result of the discussion on the mailing list. The patch introduce a new assertion method in...