I have this problem with Cassandra to use ORDER by
this is my query
public static final Select GET_USERS = QueryBuilder.select().all().from("user");
But When I use Order By Have a problem with this
Caused by: com.datastax.driver.core.exceptions.InvalidQueryException: ORDER BY is only supported when the partition key is restricted by an EQ or an IN.
Could you please help me how to use order by on my query?