This commit is contained in:
Dave Brosius 2013-12-27 16:53:03 -05:00
parent 660902929a
commit b2933717c4
1 changed files with 1 additions and 1 deletions

View File

@ -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)
);
}