Github user rxin commented on a diff in the pull request:
https://github.com/apache/spark/pull/7635#discussion_r35397756
--- 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 --
Decimal is not meant to be public. I think it just accidentally became
public.
---
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]