[ https://issues.apache.org/jira/browse/CASSANDRA-11339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15239126#comment-15239126 ]
Alex Petrov commented on CASSANDRA-11339: ----------------------------------------- One more change in {{trunk}}, the static column restrictions should actually be supported. I've closed the dtest pull request and updated {{trunk}} accordingly. {{2.2}} doesn't require this change, as restrictions on static columns (or non-primary key columns without 2i) are not supported. I've also updated imprecise method name in {{SelectStatement}}. || |2.2|trunk| ||code|[2.2|https://github.com/ifesdjeen/cassandra/tree/11339-2.2]|[trunk|https://github.com/ifesdjeen/cassandra/tree/11339-trunk]| ||utest|[2.2|https://cassci.datastax.com/view/Dev/view/ifesdjeen/job/ifesdjeen-11339-2.2-testall/]|[trunk|https://cassci.datastax.com/view/Dev/view/ifesdjeen/job/ifesdjeen-11339-trunk-testall/]| ||dtest|[2.2|https://cassci.datastax.com/view/Dev/view/ifesdjeen/job/ifesdjeen-11339-2.2-dtest]|[trunk|https://cassci.datastax.com/view/Dev/view/ifesdjeen/job/ifesdjeen-11339-trunk-dtest]| Unfortunately, CI seems to be down at the moment. I'll schedule new build as soon as it's back up. > WHERE clause in SELECT DISTINCT can be ignored > ---------------------------------------------- > > Key: CASSANDRA-11339 > URL: https://issues.apache.org/jira/browse/CASSANDRA-11339 > Project: Cassandra > Issue Type: Bug > Components: CQL > Reporter: Philip Thompson > Assignee: Alex Petrov > Fix For: 2.2.x, 3.x > > Attachments: > 0001-Add-validation-for-distinct-queries-disallowing-quer.patch > > > I've tested this out on 2.1-head. I'm not sure if it's the same behavior on > newer versions. > For a given table t, with {{PRIMARY KEY (id, v)}} the following two queries > return the same result: > {{SELECT DISTINCT id FROM t WHERE v > X ALLOW FILTERING}} > {{SELECT DISTINCT id FROM t}} > The WHERE clause in the former is silently ignored, and all id are returned, > regardless of the value of v in any row. > It seems like this has been a known issue for a while: > http://stackoverflow.com/questions/26548788/select-distinct-cql-ignores-where-clause > However, if we don't support filtering on anything but the partition key, we > should reject the query, rather than silently dropping the where clause -- This message was sent by Atlassian JIRA (v6.3.4#6332)