GitHub user viirya opened a pull request:

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

    [SPARK-25542][SQL][Test] Move flaky test in OpenHashMapSuite to 
OpenHashSetSuite

    ## What changes were proposed in this pull request?
    
    The specified test in OpenHashMapSuite to test large items is somehow flaky 
to throw OOM.
    By considering the original work #6763 that added this test, the test can 
be against OpenHashSetSuite. And by doing this should be to save memory because 
OpenHashMap allocates two more arrays when growing the map/set.
    
    ## How was this patch tested?
    
    Existing tests.

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

    $ git pull https://github.com/viirya/spark-1 SPARK-25542

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

    https://github.com/apache/spark/pull/22569.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 #22569
    
----
commit 39a77d6596779044617912f2d6a5c2aeeb1a32f8
Author: Liang-Chi Hsieh <viirya@...>
Date:   2018-09-27T09:53:23Z

    Move 12M capability test from OpenHashMapSuite to OpenHashSetSuite.

----


---

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

Reply via email to