Details
Description
We still have a few places that reference DecimalType.Unlimited, which is deprecated. We should remove those cases (or replace them with fixed precision).
> 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 ->
Attachments
Issue Links
- is related to
-
SPARK-9370 Support DecimalType in UnsafeRow
- Resolved
- relates to
-
SPARK-9069 Remove DecimalType unlimited precision/scale support
- Resolved
- links to