GitHub user rxin opened a pull request:

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

    [SPARK-18287][SQL] Move hash expressions from misc.scala into hash.scala

    ## What changes were proposed in this pull request?
    As the title suggests, this patch moves hash expressions from misc.scala 
into hash.scala, to make it easier to find the hash functions. I wanted to do 
this a while ago but decided to wait for the branch-2.1 cut so the chance of 
conflicts will be smaller.
    
    ## How was this patch tested?
    Test cases were also moved out of MiscFunctionsSuite into 
HashExpressionsSuite.


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

    $ git pull https://github.com/rxin/spark SPARK-18287

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

    https://github.com/apache/spark/pull/15784.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 #15784
    
----
commit 5bc9f197eb4ec6f2fd0b4ba1631b564575102175
Author: Reynold Xin <[email protected]>
Date:   2016-11-05T06:52:53Z

    [SPARK-18287][SQL] Move hash expressions from misc.scala into hash.scala

commit 3fb33114c5f79230177ba8ec2a962f86e13655b1
Author: Reynold Xin <[email protected]>
Date:   2016-11-05T06:58:19Z

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