12 Collaborator |
Štefan Miklošovič , Sam Tunnicliffe , Brandon Williams , David Capwell , Mick Semb Wever , Marcus Eriksson , Alex Petrov , Ekaterina Dimitrova , Ariel Weisberg , Bernardo Botella , Dmitry Konstantinov , Sunil Ramchandra Pawar |
3c1e10b74e64b4fd9ca8bb203d503120c56f0e77 | Author: Caleb Rackliffe <calebrackliffe@gmail.com>
| 2025-01-13 18:05:10-06:00
AST library for CQL-based fuzz tests
patch by Caleb Rackliffe; reviewed by David Capwell for CASSANDRA-20198
Co-authored-by: Caleb Rackliffe <calebrackliffe@gmail.com>
Co-authored-by: David Capwell <dcapwell@apache.org>
4fc8bb29fcda935728d8863a4499fa0e9d924b82 | Author: Sunil Ramchandra Pawar <pawar_sr@apple.com>
| 2025-01-07 08:58:48-08:00
IndexOutOfBoundsException when accessing partition where the column was deleted
patch by Sunil Ramchandra Pawar; reviewed by Caleb Rackliffe, David Capwell for CASSANDRA-20108
75ec1ada7a40761e8b6eb948925c2dd2b116876e | Author: Stefan Miklosovic <smiklosovic@apache.org>
| 2024-12-16 23:18:36+01:00
Check presence of a snapshot in a case-insensitive manner on macOS platform to prevent hardlinking failures
When hardlinks are created for a snapshot with the name "snapshot"
and then we take a snapshot with the name "Snapshot", macOS platform thinks
that this was already hardlinked because its hardlinking implementation
does not seem to be case-sensitive. The fix consists of checking,
in a case-insensitive manner, if there is already such snapshot,
but only on macOS platform.
The patch also does not create empty directories for a given snapshot
prematurely before checking its presence so there are not dangling empty
directories in case of a failure.
patch by Stefan Miklosovic; reviewed by Bernardo Botella, Caleb Rackliffe for CASSANDRA-20146
2651623af6bb3da5f820d9e09abfbdd0683a1322 | Author: Caleb Rackliffe <calebrackliffe@gmail.com>
| 2024-11-20 16:13:01-06:00
Interpret inet, bigint, varint, and decimal as non-reversed types for query construction and post-filtering
patch by Caleb Rackliffe; reviewed by David Capwell for CASSANDRA-20100
2a3454a3eae5e5064e63389ffbc268fb06f3f0e9 | Author: Caleb Rackliffe <calebrackliffe@gmail.com>
| 2024-09-25 13:58:01-04:00
Port Harry v2 to trunk
This commit ports to trunk work already done in the cep-15-accord branch, including parts of CASSANDRA-19955, CASSANDRA-20080, and CASSANDRA-20143.
patch by Caleb Rackliffe; reviewed by David Capwell and Alex Petrov for CASSANDRA-20200
Co-authored-by: Caleb Rackliffe <calebrackliffe@gmail.com>
Co-authored-by: Ariel Weisberg <aweisberg@apple.com>
Co-authored-by: Alex Petrov <oleksandr.petrov@gmail.com>
Co-authored-by: David Capwell <dcapwell@apache.org>