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:
>
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