This commit is contained in:
Dave Brosius 2014-05-15 22:32:41 -04:00
parent d2b6063ade
commit 401ed436ab
1 changed files with 1 additions and 1 deletions

View File

@ -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.