GitHub user adeneche opened a pull request:
https://github.com/apache/drill/pull/340
Drill 4260: Adding support for "some" custom frames
Adding support for the following frames:
RANGE BETWEEN UNBOUNDED PRECEDING AND UNBOUNDED PRECEDING
ROWS BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW
RANGE BETWEEN CURRENT ROW AND CURRENT ROW
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/adeneche/incubator-drill DRILL-4260
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/340.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #340
----
commit c5c2eda7997c5dfb9335b02a25272c0e6ddc48b1
Author: adeneche <[email protected]>
Date: 2016-01-19T21:33:22Z
passing WindowPOP to window functions and framers
commit 82395aefce54eb89eb98fd7420f4fc6a4b369be1
Author: adeneche <[email protected]>
Date: 2016-01-19T21:34:59Z
WindowPOP.Bound to describe FRAME bounds
commit 9a73558317de28851e077b9406e41ee248fd9cfd
Author: adeneche <[email protected]>
Date: 2016-01-20T19:41:26Z
DRILL-4261: Add support for RANGE BETWEEN UNBOUNDED PRECEDING AND UNBOUNDED
FOLLOWING
commit 4be83782143a5ad3e46b91a20acb5cc16a65a4a7
Author: adeneche <[email protected]>
Date: 2016-01-25T19:53:00Z
FrameSupportTemplate doesn't need to use Partition class
commit a1e484d42e847e37e3612cf874f4985ce98c1388
Author: adeneche <[email protected]>
Date: 2016-01-25T20:18:06Z
pass "isRows" to WindowPOP
commit 128572e3b3ea1feaf01b42935835899c2d890ad5
Author: adeneche <[email protected]>
Date: 2016-01-25T20:19:22Z
DRILL-4262: add support for ROWS BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW
commit 100477a84226f207d8979c0fec42770c49632c4b
Author: adeneche <[email protected]>
Date: 2016-01-26T21:42:52Z
DRILL-4263: add support for RANGE BETWEEN CURRENT ROW AND CURRENT ROW
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---