Hudson build is back to normal : Cassandra-0.7 #14

2010-11-17 Thread Apache Hudson Server
See

Build failed in Hudson: Cassandra-0.7 #13

2010-11-17 Thread Apache Hudson Server
See Changes: [jbellis] truncate includes secondary indexes patch by jbellis; reviewed by gdusbabek for CASSANDRA-1747 -- [...truncated 1621 lines...] [junit] Tests run: 3, Failures: 0, Err

Build failed in Hudson: Cassandra-0.7 #12

2010-11-17 Thread Apache Hudson Server
See Changes: [jbellis] index scan treats missing columns as not matching secondary expressions patch by jbellis; reviewed by Stu Hood for CASSANDRA-1745 -- [...truncated 1576 lines...] [j

Build failed in Hudson: Cassandra-0.7 #11

2010-11-17 Thread Apache Hudson Server
See Changes: [jbellis] merge from 0.6 -- [...truncated 1593 lines...] [junit] Testsuite: org.apache.cassandra.dht.CollatingOrderPreservingPartitionerTest [junit] Tests run: 7, Failure

Re: CASSANDRA-1472 (bitmap indexes)

2010-11-17 Thread dragos cernahoschi
Back. I've tested the keys index pagination once again. 0.7 head. Smaller data set: 1 million rows. It seems there are still some issues: 1. *test*: query on one column, count: 1000, expected number of distinct results: 48251 *result*: 5 pages of 1000 results, than, after the 6th page, the res

Re: questions about SSTableExport/Import

2010-11-17 Thread Jonathan Ellis
On Wed, Nov 17, 2010 at 5:19 AM, aaron morton wrote: > I was trying to help this guy > http://www.mail-archive.com/u...@cassandra.apache.org/msg07297.html who > seemed to have troubles loading a json file. And I started taking a look at > SSTableExport and SSTableImport. > > SSTableExport does

questions about SSTableExport/Import

2010-11-17 Thread aaron morton
I was trying to help this guy http://www.mail-archive.com/u...@cassandra.apache.org/msg07297.html who seemed to have troubles loading a json file. And I started taking a look at SSTableExport and SSTableImport. SSTableExport does not encode any information about the Column sub type (ExpiringCo