Return-Path: X-Original-To: apmail-drill-dev-archive@www.apache.org Delivered-To: apmail-drill-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C489310FE3 for ; Sat, 13 Dec 2014 00:11:13 +0000 (UTC) Received: (qmail 70368 invoked by uid 500); 13 Dec 2014 00:11:13 -0000 Delivered-To: apmail-drill-dev-archive@drill.apache.org Received: (qmail 70307 invoked by uid 500); 13 Dec 2014 00:11:13 -0000 Mailing-List: contact dev-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.apache.org Delivered-To: mailing list dev@drill.apache.org Received: (qmail 70258 invoked by uid 99); 13 Dec 2014 00:11:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Dec 2014 00:11:13 +0000 Date: Sat, 13 Dec 2014 00:11:13 +0000 (UTC) From: "Deneche A. Hakim (JIRA)" To: dev@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (DRILL-1863) query with empty over clause throws an exception MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 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)