Cassandra connector working with compound primary keys or ReverrsedType

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?

topherCantrell's picture
Joined: Jul 23 2013 - 6:35am
Last seen: 9 years 7 months ago

1 Answer:

When you use compound keys you have to adapt your query to get the same result as when not using them. Can you post your table definition and the queries you are using?

rudygodoy's picture
886
Joined: Nov 24 2012 - 3:52pm
Last seen: 7 years 7 months ago
Feedback