You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Deneche A. Hakim (JIRA)" <ji...@apache.org> on 2015/06/12 18:15:00 UTC

[jira] [Created] (DRILL-3283) Extend TestWindowFrame to check the results when PARTITION BY and/or ORDER BY are missing from the OVER clause

Deneche A. Hakim created DRILL-3283:
---------------------------------------

             Summary: Extend TestWindowFrame to check the results when PARTITION BY and/or ORDER BY are missing from the OVER clause
                 Key: DRILL-3283
                 URL: https://issues.apache.org/jira/browse/DRILL-3283
             Project: Apache Drill
          Issue Type: Bug
            Reporter: Deneche A. Hakim
            Assignee: Deneche A. Hakim


Current unit tests for window functions only check the following cases:
OVER(PARTITION BY X ORDER BY Y)
OVER(PARTITION BY X)

We need to extend those tests to also check the following:
OVER(ORDER BY Y)
OVER()



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