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/06/09 07:35:22 UTC

[jira] [Resolved] (DRILL-765) Order by query will always send an empty record batch as the first record batch

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

Jacques Nadeau resolved DRILL-765.
----------------------------------

    Resolution: Won't Fix

> Order by query will always send an empty record batch as the first record batch
> -------------------------------------------------------------------------------
>
>                 Key: DRILL-765
>                 URL: https://issues.apache.org/jira/browse/DRILL-765
>             Project: Apache Drill
>          Issue Type: Bug
>            Reporter: Xiao Meng
>            Priority: Minor
>         Attachments: sqlline.diff.html
>
>
> For example, comparing the two queries in sqlline, 
> {code}
> SELECT region_id, sales_city FROM cp.`region.json`;
> {code}
> and
> {code}
> SELECT region_id, sales_city FROM cp.`region.json` ORDER BY region_id DESC;
> {code}
> Attached sqlline diff file.



--
This message was sent by Atlassian JIRA
(v6.2#6252)