GitHub user sameeragarwal opened a pull request:

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

    [SPARK-16488] Fix codegen variable namespace collision in pmod and 
partitionBy

    ## What changes were proposed in this pull request?
    
    This patch fixes a variable namespace collision bug in pmod and partitionBy
    
    ## How was this patch tested?
    
    Regression test for one possible occurrence. A more general fix in 
`ExpressionEvalHelper.checkEvaluation` will be in a subsequent PR.

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

    $ git pull https://github.com/sameeragarwal/spark codegen-bug

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

    https://github.com/apache/spark/pull/14144.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 #14144
    
----
commit 8e7b05f0f59d58bf6482e069b31c102eff5a1b83
Author: Sameer Agarwal <[email protected]>
Date:   2016-07-12T00:45:32Z

    Fix codegen variable namespace collision for pmod

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to