NINJA-FIX: increase the CQL version to 3.4.8

This commit is contained in:
Benjamin Lerer 2024-06-07 16:01:30 +02:00
parent 53fabf1f02
commit 336ad623c1
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ import static org.apache.cassandra.utils.Clock.Global.nanoTime;
public class QueryProcessor implements QueryHandler
{
public static final CassandraVersion CQL_VERSION = new CassandraVersion("3.4.7");
public static final CassandraVersion CQL_VERSION = new CassandraVersion("3.4.8");
// See comments on QueryProcessor #prepare
public static final CassandraVersion NEW_PREPARED_STATEMENT_BEHAVIOUR_SINCE_40 = new CassandraVersion("4.0.2");