Re: multiple order by clauses with the sql handler

2016-12-29 Thread radha krishnan
Thanks Joel for your reply. will test it out it in the next version. Thanks, Radhakrishnan D On Thu, Dec 29, 2016 at 12:41 PM, Joel Bernstein wrote: > There are test cases with multiple order by fields for SELECT DISTINCT and > GROUP BY. But not for simple SELECT. > >

Re: multiple order by clauses with the sql handler

2016-12-29 Thread Joel Bernstein
There are test cases with multiple order by fields for SELECT DISTINCT and GROUP BY. But not for simple SELECT. We are just about to release a new version of the SQL interface which uses Apache Calcite rather then Presto. I'll make sure that this is working in the new release. Joel Bernstein

Re: multiple order by clauses with the sql handler

2016-12-29 Thread Joel Bernstein
This would be a bug. I'll take a look at the test cases and see if there is a test case for this. Joel Bernstein http://joelsolr.blogspot.com/ On Thu, Dec 29, 2016 at 3:17 PM, radha krishnan wrote: > Hi, > > when i was trying out the SQL functionality, i realized