We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 392b65b commit 07a124cCopy full SHA for 07a124c
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/math.scala
@@ -547,8 +547,6 @@ case class Round(child: Expression, scale: Expression)
547
override def left: Expression = child
548
override def right: Expression = scale
549
550
- override def children: Seq[Expression] = Seq(child, scale)
551
-
552
// round of Decimal would eval to null if it fails to `changePrecision`
553
override def nullable: Boolean = true
554
0 commit comments