GitHub user SongYadong opened a pull request:

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

    [CATALYST] Add a call to apply method explicitly in combineFilterFunction

    ## What changes were proposed in this pull request?
    
    This PR do:
    add an apply method explicitly for consistency with other CASE branches in 
the same function of combineFilterFunction.
    maybe improve code readability.
    
    ## How was this patch tested?
    
    Existing unit tests.
    


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

    $ git pull https://github.com/SongYadong/spark add_apply

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

    https://github.com/apache/spark/pull/22254.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 #22254
    
----
commit f30c1d13ba89416facaa2f0200d47af21901d886
Author: SongYadong <song.yadong1@...>
Date:   2018-08-28T11:38:02Z

    Add apply method explicitly in combineFilterFunction

----


---

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

Reply via email to