You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Jacques Nadeau (JIRA)" <ji...@apache.org> on 2015/01/05 00:57:36 UTC

[jira] [Resolved] (DRILL-1863) query with empty over clause throws an exception

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

Jacques Nadeau resolved DRILL-1863.
-----------------------------------
    Resolution: Fixed

> query with empty over clause throws an exception
> ------------------------------------------------
>
>                 Key: DRILL-1863
>                 URL: https://issues.apache.org/jira/browse/DRILL-1863
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: SQL Parser
>            Reporter: Deneche A. Hakim
>            Priority: Critical
>         Attachments: DRILL-1863 error.txt
>
>
> Using an over clause without a "partition by" nor a "order by" clauses throws a _ForemanException_ (complete message attached)
> For example the following query throws an exception:
> {code}
> SELECT employee_id, position_id, salary, SUM(salary) OVER() FROM cp.`employee.json`;
> {code}



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