GitHub user davies opened a pull request:

    https://github.com/apache/spark/pull/11619

    test Window 1.6

    This PR is used to test


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/davies/spark window_1.6

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/11619.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 #11619
    
----
commit ef2f6d22df844da70911ad7bd6b5bd4d4834ed89
Author: Herman van Hovell <hvanhov...@questtec.nl>
Date:   2015-12-17T23:16:35Z

    [SPARK-8641][SQL] Native Spark Window functions
    
    This PR removes Hive windows functions from Spark and replaces them with 
(native) Spark ones. The PR is on par with Hive in terms of features.
    
    This has the following advantages:
    * Better memory management.
    * The ability to use spark UDAFs in Window functions.
    
    cc rxin / yhuai
    
    Author: Herman van Hovell <hvanhov...@questtec.nl>
    
    Closes #9819 from hvanhovell/SPARK-8641-2.

commit 20d8659b7c03a8a873b4a868f719bbb68825ce14
Author: Davies Liu <dav...@databricks.com>
Date:   2016-01-07T07:21:52Z

    [SPARK-12295] [SQL] external spilling for window functions
    
    This PR manage the memory used by window functions (buffered rows), also 
enable external spilling.
    
    After this PR, we can run window functions on a partition with hundreds of 
millions of rows with only 1G.
    
    Author: Davies Liu <dav...@databricks.com>
    
    Closes #10605 from davies/unsafe_window.

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to