Our Cassandra database has tables with compound primary keys and ReversedType (on the time key). If I create a test table with no compound keys and no ReversedType then the cassandra connector works great from iReports. If I add either a compound key (on ID and Time) or use the ReversedType then the connector bombs out trying to retrieve keys and/or data. I tried to look at the source code for the connector, but there is no working link to the source. Has anyone been down this path before?