GitHub user kiszk opened a pull request:

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

    Enable to execute generated code of function in Generator

    ## What changes were proposed in this pull request?
    
    This PR enables to execute generated code of `Explode`, PosExplode`, 
`Inline`, and `Stack` in Generator while `doGenCode` has been implemented.
    
    This PR also fixes to generate incorrect code for `Stack`
    
    ## How was this patch tested?
    
    Existing test suites

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

    $ git pull https://github.com/kiszk/spark SPARK-22848

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

    https://github.com/apache/spark/pull/20035.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 #20035
    
----
commit 2b65856b78d663564a876f601d2f3bdfc7f353a6
Author: Kazuaki Ishizaki <ishizaki@...>
Date:   2017-12-20T13:51:39Z

    initial commit

----


---

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

Reply via email to