You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to clojure-...@googlegroups.com
Hi,
I can't seem to get filtering working on a column which has been set as an index. The column is a float type and when I run
(select :table (where :col 10.0)) works
but (select :table (where :col [> 10.0])) gets the following error
InvalidQueryException Only EQ and IN relation are supported on the partition key (unless you use the token() function) com.datastax.driver.core.ResultSetFuture.convertException (ResultSetFuture.java:307)