I'm having trouble sorting by key when calling get_range()
on a column family.
- The keys are TimeUUID
- the key validation class is org.apache.cassandra.db.marshal.TimeUUIDType
- the partitioner is "ByteOrderedPartitioner"
When I call get_range() the results are not returned in the correct order, though. Any thoughts on what I might be doing wrong here?