From fcdfd186d72cfcdfcdce9a582160ff2b9251974e Mon Sep 17 00:00:00 2001 From: Jonathan Ellis Date: Mon, 17 May 2010 14:38:03 +0000 Subject: [PATCH] s/value value/valid value/. patch by Manish Singh; reviewed by jbellis for CASSANDRA-1085 git-svn-id: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.6@945184 13f79535-47bb-0310-9956-ffa450edef68 --- interface/cassandra.thrift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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