I'd ask the author of cassandra-unit. I've not personally used that project.
On Tue, Dec 16, 2014 at 8:00 AM, Chamila Wijayarathna <
cdwijayarat...@gmail.com> wrote:
>
> Hello all,
>
> I am trying to test my application using cassandra-unit with following
> schema and data given below.
>
> CREATE
Hello all,
I am trying to test my application using cassandra-unit with following
schema and data given below.
CREATE TABLE corpus.bigram_time_category_ordered_frequency (
id bigint,
word1 varchar,
word2 varchar,
year int,
category varchar,
frequency int,
PRIMARY KEY((