mirror of https://github.com/apache/cassandra
fix typo
This commit is contained in:
parent
660902929a
commit
b2933717c4
|
|
@ -334,7 +334,7 @@ public abstract class CqlOperation<V> extends Operation
|
|||
{
|
||||
String formattedQuery = formatCqlQuery(query, queryParams, true);
|
||||
return handler.simpleNativeHandler().apply(
|
||||
client.execute_cql3_query(query, key, Compression.NONE, state.settings.command.consistencyLevel)
|
||||
client.execute_cql3_query(formattedQuery, key, Compression.NONE, state.settings.command.consistencyLevel)
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue