diff --git a/interface/cassandra.thrift b/interface/cassandra.thrift index 0b1347cdf9..cf6c7a7f8f 100644 --- a/interface/cassandra.thrift +++ b/interface/cassandra.thrift @@ -198,7 +198,7 @@ struct ColumnPath { must a valid value under the rules of the Comparator defined for the given ColumnFamily. @param finish. The column name to stop the slice at. This attribute is not required, though there is no default value, and can be safely set to an empty byte array to not stop until 'count' results are seen. Otherwise, it - must also be a value value to the ColumnFamily Comparator. + must also be a valid value to the ColumnFamily Comparator. @param reversed. Whether the results should be ordered in reversed order. Similar to ORDER BY blah DESC in SQL. @param count. How many keys to return. Similar to LIMIT 100 in SQL. May be arbitrarily large, but Thrift will materialize the whole result into memory before returning it to the client, so be aware that you may