Hi,
thanks for your answer.
my comparators for this CF were:
CompareWith="LongType", CompareSubcolumnWith="UTF8Type" (which is not really
correct, as I use Longs for both, but I guess it should not cause such an
error).
I didn't test for empty start, and I already refactored the code not to do
How is your CF defined? (what comparator?)
did you try start=empty byte array instead of Long.MAX_VALUE?
On Wed, Jun 9, 2010 at 8:06 AM, Pawel Dabrowski wrote:
> Hi,
>
> I'm using Cassandra to store some aggregated data in a structure like this:
>
> KEY - product_id
> SUPER COLUMN NAME - timest
Hi,
I'm using Cassandra to store some aggregated data in a structure like this:
KEY - product_id
SUPER COLUMN NAME - timestamp
and in the super column, I have a few columns with actual data.
I am using a scan operation to find the latest super column
(start=Long.MAX_VALUE, reversed=true, count