You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2015/07/26 10:19:04 UTC

[jira] [Assigned] (SPARK-9356) Remove the internal use of DecimalType.Unlimited

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

Apache Spark reassigned SPARK-9356:
-----------------------------------

    Assignee: Apache Spark  (was: Yijie Shen)

> 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: Apache Spark
>
> 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: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org