[
https://issues.apache.org/jira/browse/DRILL-1376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jacques Nadeau updated DRILL-1376:
----------------------------------
Fix Version/s: 0.7.0
> 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
> Assignee: Steven Phillips
> Fix For: 0.7.0
>
> Attachments: DRILL-1376.1.patch
>
>
> 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)