GitHub user maropu opened a pull request:

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

    [SPARK-25358][SQL] MutableProjection supports fallback to an interpreted 
mode

    ## What changes were proposed in this pull request?
    In SPARK-23711, `UnsafeProjection` supports fallback to an interpreted 
mode. Therefore, this pr fixed code to support the same fallback mode in 
`MutableProjection` based on `CodeGeneratorWithInterpretedFallback`.
    
    ## How was this patch tested?
    Added tests in `CodeGeneratorWithInterpretedFallbackSuite`.

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

    $ git pull https://github.com/maropu/spark SPARK-25358

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

    https://github.com/apache/spark/pull/22355.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 #22355
    
----
commit c25c4269f6127b445208c752ddadcc23ae77a578
Author: Takeshi Yamamuro <yamamuro@...>
Date:   2018-09-06T14:48:04Z

    Fix

----


---

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

Reply via email to