GitHub user rxin opened a pull request:
https://github.com/apache/spark/pull/6374
[SPARK-7322, SPARK-7836, SPARK-7822][SQL] DataFrame window function related
updates
1. ntile should take an integer as parameter.
2. Added Python API (based on #6364)
3. Update documentation of various DataFrame Python functions.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rxin/spark window-final
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/6374.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 #6374
----
commit 778e2c0fc506e1995cca5e1808c76574a0866213
Author: Davies Liu <[email protected]>
Date: 2015-05-22T22:01:25Z
SPARK-7836 and SPARK-7822: Python API of window functions
commit 264935816245ed912194ce3bf4cccd3b415146a6
Author: Davies Liu <[email protected]>
Date: 2015-05-22T22:17:49Z
update docs
commit 8936ade324ce0eb44ad498e0dda0196575fc7e1e
Author: Davies Liu <[email protected]>
Date: 2015-05-23T00:51:59Z
fix maxint in python 3
commit ef55132e09a1231db9e0f12b1f14c2460e25090b
Author: Davies Liu <[email protected]>
Date: 2015-05-23T01:31:42Z
Merge branch 'master' of github.com:apache/spark into window4
commit ed73cb4ee72d9032789c9e4d7fa63e31897cace2
Author: Reynold Xin <[email protected]>
Date: 2015-05-23T01:00:33Z
[SPARK-7322][SQL] Improve DataFrame window function documentation.
Conflicts:
sql/core/src/main/scala/org/apache/spark/sql/functions.scala
commit 66092b45435bef6dd220419ec842f4da4e4318c6
Author: Davies Liu <[email protected]>
Date: 2015-05-23T01:09:57Z
update docs
commit 7cb8985c7e862f14d690c9d8db5150f1c81889ca
Author: Reynold Xin <[email protected]>
Date: 2015-05-23T04:58:29Z
Merge pull request #6364 from davies/window
[SPARK-7836] [SPARK-7822] Python API of window functions
commit 288cea98a08133b4d1078d57be3e9d6a13a5eb59
Author: Reynold Xin <[email protected]>
Date: 2015-05-23T05:53:40Z
Update documentaiton.
----
---
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.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]