Github user rxin commented on a diff in the pull request:
https://github.com/apache/spark/pull/7635#discussion_r35398709
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/types/Decimal.scala ---
@@ -135,19 +137,19 @@ final class Decimal extends Ordered[Decimal] with
Serializable {
this
}
- def toBigDecimal: BigDecimal = {
+ def toBigDecimal: BigDecimal = BigDecimal(toJavaBigDecimal)
--- End diff --
We should remove it, but it is ok to leave it in for now I think. Most
likely this entire class will look very different soon...
---
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]