Author: jbellis
Date: Mon May 17 14:38:03 2010
New Revision: 945184
URL: http://svn.apache.org/viewvc?rev=945184&view=rev
Log:
s/value value/valid value/. patch by Manish Singh; reviewed by jbellis for
CASSANDRA-1085
Modified:
cassandra/branches/cassandra-0.6/interface/cassandra.thrift
Modified: cassandra/branches/cassandra-0.6/interface/cassandra.thrift
URL:
http://svn.apache.org/viewvc/cassandra/branches/cassandra-0.6/interface/cassandra.thrift?rev=945184&r1=945183&r2=945184&view=diff
==============================================================================
--- cassandra/branches/cassandra-0.6/interface/cassandra.thrift (original)
+++ cassandra/branches/cassandra-0.6/interface/cassandra.thrift Mon May 17
14:38:03 2010
@@ -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