You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Deneche A. Hakim (JIRA)" <ji...@apache.org> on 2014/12/11 21:28:13 UTC

[jira] [Updated] (DRILL-1844) window function throws an exception

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

Deneche A. Hakim updated DRILL-1844:
------------------------------------
    Attachment: window_error.txt

attached complete exception message

> window function throws an exception
> -----------------------------------
>
>                 Key: DRILL-1844
>                 URL: https://issues.apache.org/jira/browse/DRILL-1844
>             Project: Apache Drill
>          Issue Type: Bug
>    Affects Versions: 0.7.0, 0.8.0
>            Reporter: Deneche A. Hakim
>         Attachments: window_error.txt
>
>
> Starting from Drill 0.7.0, The following query:
> {code}
> SELECT employee_id,position_id, salary, avg(salary) OVER (PARTITION BY position_id order by position_id) FROM cp.`employee.json` order by employee_id;
> {code}
> Throws an _IllegalStateException_:
> {code}
> Attempted to close accountor with 6 buffer(s) still allocatedfor QueryId: 2b7606b9-eddf-05db-2b8d-d72c5aa54e95, MajorFragmentId: 0, MinorFragmentId: 0.
> {code}



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