GitHub user maropu opened a pull request:

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

    [SPARK-24727][SQL] Add a static config to control cache size for generated 
classes

    ## What changes were proposed in this pull request?
    Since SPARK-24250 has been resolved, executors correctly references 
user-defined configurations. So, this pr added a static config to control cache 
size for generated classes in `CodeGenerator`.
    
    ## How was this patch tested?
    Manually checked that executors referenced `spark.sql.cacheSize` correctly.

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

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

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

    https://github.com/apache/spark/pull/21705.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 #21705
    
----
commit 8ee8e00f156e577b32b01d015b8bd24f72ae7340
Author: Takeshi Yamamuro <yamamuro@...>
Date:   2018-07-03T13:14:35Z

    Fix

----


---

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

Reply via email to