GitHub user hvanhovell opened a pull request:

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

    [SPARK-18634][SQL][TRIVIAL] Touch-up Generate

    ## What changes were proposed in this pull request?
    I jumped the gun on merging https://github.com/apache/spark/pull/16120, and 
missed a tiny potential problem. This PR fixes that by changing a val into a 
def; this should prevent potential serialization/initialization weirdness from 
happening.
    
    ## How was this patch tested?
    Existing tests.

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

    $ git pull https://github.com/hvanhovell/spark SPARK-18634

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

    https://github.com/apache/spark/pull/16170.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 #16170
    
----
commit 8bf57e04cf50790f8788791353c35a3a847712eb
Author: Herman van Hovell <hvanhov...@databricks.com>
Date:   2016-12-06T11:13:41Z

    Tiny touch-up. Change a val into a def.

----


---
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