GitHub user maropu opened a pull request:

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

    [SPARK-23662][SQL] Support selective tests in SQLQueryTestSuite

    ## What changes were proposed in this pull request?
    This pr supported selective tests in `SQLQueryTestSuite`, e.g.,
    ```
    SPARK_SQL_QUERY_TEST_FILTER=limit.sql,random.sql build/sbt "sql/test-only 
*SQLQueryTestSuite"
    ```
    
    ## How was this patch tested?
    Manually checked


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

    $ git pull https://github.com/maropu/spark RunSelectiveTests

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

    https://github.com/apache/spark/pull/20808.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 #20808
    
----
commit 093f40555ba9dd169ab2fed8f2ecf4f08dd66627
Author: Takeshi Yamamuro <yamamuro@...>
Date:   2018-03-13T05:23:54Z

    Fix

----


---

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

Reply via email to