[GitHub] spark pull request #22305: [WIP][SPARK-24561][SQL][Python] User-defined wind...

2018-09-17 Thread icexelloss
Github user icexelloss commented on a diff in the pull request: https://github.com/apache/spark/pull/22305#discussion_r218244042 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/window/WindowExecBase.scala --- @@ -0,0 +1,228 @@ +/* + * Licensed to the Apach

[GitHub] spark pull request #22305: [WIP][SPARK-24561][SQL][Python] User-defined wind...

2018-09-17 Thread icexelloss
Github user icexelloss commented on a diff in the pull request: https://github.com/apache/spark/pull/22305#discussion_r218243887 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/window/WindowExecBase.scala --- @@ -0,0 +1,228 @@ +/* + * Licensed to the Apach

[GitHub] spark pull request #22305: [WIP][SPARK-24561][SQL][Python] User-defined wind...

2018-08-31 Thread icexelloss
GitHub user icexelloss opened a pull request: https://github.com/apache/spark/pull/22305 [WIP][SPARK-24561][SQL][Python] User-defined window aggregation functions with Pandas UDF (bounded window) ## What changes were proposed in this pull request? ### **This is currently WI