[
https://issues.apache.org/jira/browse/DRILL-765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xiao Meng updated DRILL-765:
----------------------------
Attachment: sqlline.diff.html
> OrderBy 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)