query contains IN on the partition key and an ORDER BY

2015-05-02 Thread Abhishek Singh Bailoo
Hi I have run into the following issue https://issues.apache.org/jira/browse/CASSANDRA-6722 when running a query (contains IN on the partition key and an ORDER BY ) using datastax driver for Java. However, I am able to run this query alright in cqlsh. cqlsh: show version; [cqlsh 5.0.1 |

Re: query contains IN on the partition key and an ORDER BY

2015-05-02 Thread Robert Wille
Bag the IN clause and execute multiple parallel queries instead. It’s more performant anyway. On May 2, 2015, at 11:46 AM, Abhishek Singh Bailoo abhishek.singh.bai...@gmail.commailto:abhishek.singh.bai...@gmail.com wrote: Hi I have run into the following issue