GitHub user HyukjinKwon opened a pull request:

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

    [SPARK-26106][PYTHON] Prioritizes ML unittests over the doctests in PySpark

    ## What changes were proposed in this pull request?
    
    Arguably, unittests usually takes longer then doctests. We better 
prioritize unittests over doctests.
    
    Other modules are already being prioritized over doctests. Looks ML module 
was missed at the very first place.
    
    ## How was this patch tested?
    
    Jenkins tests.


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

    $ git pull https://github.com/HyukjinKwon/spark SPARK-26106

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

    https://github.com/apache/spark/pull/23078.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 #23078
    
----
commit 8eb5444f97e6441e934ba264bb1fd7c8063d48ad
Author: hyukjinkwon <gurwls223@...>
Date:   2018-11-18T08:41:49Z

    Prioritizes ML unittests over the doctests in PySpark

----


---

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

Reply via email to