GitHub user HyukjinKwon opened a pull request:

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

    [SPARK-22379][PYTHON] Reduce duplication setUpClass and tearDownClass in 
PySpark SQL tests

    ## What changes were proposed in this pull request?
    
    This PR propose to add `ReusedSQLTestCase` which deduplicate `setUpClass` 
and  `tearDownClass` in `sql/tests.py`.
    
    ## How was this patch tested?
    
    Jenkins tests and manual tests.


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

    $ git pull https://github.com/HyukjinKwon/spark reduce-dupe

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

    https://github.com/apache/spark/pull/19595.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 #19595
    
----
commit 145ee4a0b4db074f2ce67a3eb2ccca89584f3737
Author: hyukjinkwon <gurwls...@gmail.com>
Date:   2017-10-28T13:52:37Z

    Reduce duplication setUpClass and tearDownClass in PySpark SQL tests

----


---

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

Reply via email to