mirror of https://github.com/apache/cassandra
fix typo
This commit is contained in:
parent
d2b6063ade
commit
401ed436ab
|
|
@ -42,7 +42,7 @@ public class InvertedIndex implements ITrigger
|
|||
List<Mutation> mutations = new ArrayList<>(update.getColumnCount());
|
||||
|
||||
String indexKeySpace = properties.getProperty("keyspace");
|
||||
String indexColumnFamily = properties.getProperty("columnfamily")
|
||||
String indexColumnFamily = properties.getProperty("columnfamily");
|
||||
for (Cell cell : update)
|
||||
{
|
||||
// Skip the row marker and other empty values, since they lead to an empty key.
|
||||
|
|
|
|||
Loading…
Reference in New Issue