Skip to content

Commit 2fe8eda

Browse files
committed
address comment
1 parent cba65d1 commit 2fe8eda

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions

sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/Cast.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,6 @@ case class Cast(child: Expression, dataType: DataType, timeZoneId: Option[String
387387
/**
388388
* Create new `Decimal` with precision and scale given in `decimalType` (if any),
389389
* returning null if it overflows or creating a new `value` and returning it if successful.
390-
*
391390
*/
392391
private[this] def toPrecision(value: Decimal, decimalType: DecimalType): Decimal =
393392
value.toPrecision(decimalType.precision, decimalType.scale)

0 commit comments

Comments
 (0)