GitHub user ptkool opened a pull request:

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

    Every any aggregates

    ## What changes were proposed in this pull request?
    
    (Please fill in changes proposed in this fix)
    
    ## How was this patch tested?
    
    (Please explain how this patch was tested. E.g. unit tests, integration 
tests, manual tests)
    (If this patch involves UI changes, please attach a screenshot; otherwise, 
remove this)
    
    Please review http://spark.apache.org/contributing.html before opening a 
pull request.


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

    $ git pull https://github.com/ptkool/spark every_any_aggregates

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

    https://github.com/apache/spark/pull/17648.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 #17648
    
----
commit 65fd666ed61583e04a9bcc679a08db73f502394e
Author: ptkool <[email protected]>
Date:   2017-03-07T19:09:32Z

    Add new aggregates EVERY and ANY (SOME).

commit babd280ebd3d4efc8b94f6794836dbb82eb182b7
Author: ptkool <[email protected]>
Date:   2017-03-07T22:59:48Z

    Fix Scala style check errors.

commit 40b1267aba18b932acb978bd983c0ca0c4d6f80c
Author: ptkool <[email protected]>
Date:   2017-03-13T13:37:02Z

    Resolved issue with Any aggregate and added window function test.

commit 5764f21a8e242774931268ea8f837cdc87e9189e
Author: ptkool <[email protected]>
Date:   2017-03-13T17:49:21Z

    Added additional pyspark.sql tests.

commit aba8d40960c398ceedfe258d82642edb7464f42a
Author: ptkool <[email protected]>
Date:   2017-03-14T01:34:40Z

    Fix pyspark window function tests.

commit 064211387110e29b5556d361aaa3ebae0d5b8169
Author: ptkool <[email protected]>
Date:   2017-03-15T13:21:47Z

    Resolve several issues with Pyspark tests.

commit f77b50ea485f7a65d207ec8c8601c9b6969ec01a
Author: ptkool <[email protected]>
Date:   2017-03-15T13:27:53Z

    Resolve Scala style issues.

commit bdc05d67a4fe0859ac088c4a2180f161bd563032
Author: ptkool <[email protected]>
Date:   2017-03-15T13:42:11Z

    Fix Python style errors.

----


---
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]

Reply via email to