[ 
https://issues.apache.org/jira/browse/SPARK-9356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Reynold Xin resolved SPARK-9356.
--------------------------------
       Resolution: Fixed
    Fix Version/s: 1.5.0

> Remove the internal use of DecimalType.Unlimited
> ------------------------------------------------
>
>                 Key: SPARK-9356
>                 URL: https://issues.apache.org/jira/browse/SPARK-9356
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>            Reporter: Reynold Xin
>            Assignee: Yijie Shen
>             Fix For: 1.5.0
>
>
> We still have a few places that reference DecimalType.Unlimited, which is 
> deprecated. We should remove those cases (or replace them with fixed 
> precision).
> {code}
> > git grep Unlimited
> sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/Cast.scala:
>       case DecimalType.Unlimited =>
> sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/NullFunctionsSuite.scala:
>       Literal.create(null, DecimalType.Unlimited),
> sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/PartitioningUtils.scala:
>    *   DoubleType -> DecimalType.Unlimited ->
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to