GitHub user davies opened a pull request:

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

    [SPARK-15327] [SQL] fix split expression in whole stage codegen

    ## What changes were proposed in this pull request?
    
    Right now, we will split the code for expressions into multiple functions 
when it exceed 64k, which requires that the the expressions are using Row 
object, but this is not true for whole-state codegen, it will fail to compile 
after splitted.
    
    This PR will not split the code in whole-stage codegen.
    
    ## How was this patch tested?
    
    Added regression tests.


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

    $ git pull https://github.com/davies/spark fix_nested_codegen

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

    https://github.com/apache/spark/pull/13235.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 #13235
    
----
commit 9c21a269ed859a773dee5123aa6916328521b7d0
Author: Davies Liu <dav...@databricks.com>
Date:   2016-05-20T21:34:04Z

    fix split expression in whole stage codegen

commit 4fcd0c7176b74928e12fa9bf6c8ee4857298b0b0
Author: Davies Liu <dav...@databricks.com>
Date:   2016-05-20T22:48:46Z

    add tests

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to