rebase - fix Mutation tracking journal integration, read, and write path

This commit is contained in:
Blake Eggleston 2026-04-13 10:06:55 -07:00
parent 1c10de236f
commit f01cbb1dd7
5 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -36,7 +36,7 @@ import static org.apache.cassandra.config.CassandraRelevantProperties.TEST_SERIA
public class AbstractSerializationsTester
{
protected static final String CUR_VER = CASSANDRA_VERSION.getString("5.1");
protected static final String CUR_VER = CASSANDRA_VERSION.getString("6.1");
protected static final Map<String, Integer> VERSION_MAP = new HashMap<String, Integer> ()
{{
put("3.0", MessagingService.VERSION_30);