Unable to filter

5 views
Skip to first unread message

Yodit Stanton

unread,
Oct 3, 2013, 6:54:34 AM10/3/13
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)

Not sure what I am missing?

Regards,



Yodit
Reply all
Reply to author
Forward
0 new messages