You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Jacques Nadeau (JIRA)" <ji...@apache.org> on 2014/11/06 18:07:33 UTC

[jira] [Updated] (DRILL-1376) ORDER BY clause ignored in query run through web UI

     [ https://issues.apache.org/jira/browse/DRILL-1376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Nadeau updated DRILL-1376:
----------------------------------
    Assignee: Sean Hsuan-Yi Chu

> 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: Sean Hsuan-Yi Chu
>
> 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)