GitHub user ueshin opened a pull request:

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

    [SPARK-26211][SQL][FOLLOW-UP] Combine test cases for `In` and `InSet`.

    ## What changes were proposed in this pull request?
    
    This is a follow pr of #23176.
    
    `In` and `InSet` are semantically equal, so the tests for `In` should pass 
with `InSet`, and vice versa.
    This combines those test cases.
    
    ## How was this patch tested?
    
    The combined tests and existing tests.


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

    $ git pull https://github.com/ueshin/apache-spark 
issues/SPARK-26211/in_inset_tests

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

    https://github.com/apache/spark/pull/23187.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 #23187
    
----
commit a87cb7739a0d9e864d8a03376962aa06a99cc100
Author: Takuya UESHIN <ueshin@...>
Date:   2018-11-30T11:00:02Z

    Combine test cases for `In` and `InSet`.

----


---

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

Reply via email to