Julian Hyde created DRILL-1376:
----------------------------------

             Summary: ORDER BY clause ignored in query run through web UI
                 Key: DRILL-1376
                 URL: https://issues.apache.org/jira/browse/DRILL-1376
             Project: Apache Drill
          Issue Type: Bug
            Reporter: Julian Hyde


Open the web UI http://localhost:8047/query and run query

{code:sql}
SELECT `education_level`, COUNT(*) AS c FROM cp.`employee.json` GROUP BY 
`education_level` ORDER BY 2 DESC
{code}

Results are not sorted by 'c'. If you issue the same query from sqlline the 
results are sorted correctly.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to