Deneche A. Hakim created DRILL-1863:
---------------------------------------
Summary: 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
Reporter: Deneche A. Hakim
Priority: Critical
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)