GitHub user ueshin opened a pull request:

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

    [SPARK-22827][SQL][FOLLOW-UP] Throw `SparkOutOfMemoryError` in 
`HashAggregateExec`, too.

    ## What changes were proposed in this pull request?
    
    This is a follow-up pr of #20014 which introduced `SparkOutOfMemoryError` 
to avoid killing the entire executor when an `OutOfMemoryError` is thrown.
    We should throw `SparkOutOfMemoryError` in `HashAggregateExec`, too.
    
    ## How was this patch tested?
    
    Existing tests.


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

    $ git pull https://github.com/ueshin/apache-spark issues/SPARK-22827/oome

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

    https://github.com/apache/spark/pull/22969.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 #22969
    
----
commit f07ab0938563fe63dd20fa756543b14478a27c2f
Author: Takuya UESHIN <ueshin@...>
Date:   2018-11-08T04:59:35Z

    Throw `SparkOutOfMemoryError` in `HashAggregateExec`, too.

----


---

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

Reply via email to