GitHub user ueshin opened a pull request:

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

    [SPARK-23938][SQL][FOLLOW-UP][TEST] Nullabilities of value arguments should 
be true.

    ## What changes were proposed in this pull request?
    
    This is a follow-up pr of #22017 which added `map_zip_with` function.
    In the test, when creating a lambda function, we use the 
`valueContainsNull` values for the nullabilities of the value arguments, but we 
should've used `true` as the same as `bind` method because the values might be 
`null` if the keys don't match.
    
    ## How was this patch tested?
    
    Added small 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-23938/fix_tests

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

    https://github.com/apache/spark/pull/22126.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 #22126
    
----
commit c005109ac517bc8db687318f5e93a35a1ae785c3
Author: Takuya UESHIN <ueshin@...>
Date:   2018-08-16T19:14:34Z

    Fix a test.

----


---

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

Reply via email to