Re: "Group by" while limiting a clustering column with a range

2018-04-10 Thread eyeofthefrog
I've opened the following issue: https://issues.apache.org/jira/browse/CASSANDRA-14376 On 2018/04/10 23:12:31, Chris Mildebrandt wrote: > Hey all. I’m trying to use a range to limit a clustering column while at > the same time using `group by` and running into issues. Here’s a sample > table: >

"Group by" while limiting a clustering column with a range

2018-04-10 Thread Chris Mildebrandt
Hey all. I’m trying to use a range to limit a clustering column while at the same time using `group by` and running into issues. Here’s a sample table: create table if not exists samples (name text, partition int, sample int, city text, state text, count counter, primary key ((name, partition), sam