GitHub user davies opened a pull request:

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

    [SPARK-9303] Decimal should use java.math.Decimal directly instead of using 
Scala wrapper

    This PR is based on #7635 , thanks to @JoshRosen .
    
    In order to have unified hashCode, we still use 
scala.math.BigDecimal.hashCode()

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

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

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

    https://github.com/apache/spark/pull/8018.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 #8018
    
----
commit d7a35358e2068eca9bdead2b93f3b96dcaf890d8
Author: Josh Rosen <[email protected]>
Date:   2015-07-24T06:02:13Z

    [SPARK-9303] Decimal should use java.math.Decimal directly instead of via 
Scala wrapper

commit de55951b747b0a55fbefa22857f1fe8eaf5f0d39
Author: Davies Liu <[email protected]>
Date:   2015-08-07T03:39:18Z

    fix tests

commit 8eee859d1d55b8a44fb6612a36e90d9487368b62
Author: Davies Liu <[email protected]>
Date:   2015-08-07T03:42:59Z

    clean up

----


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