Skip to content

Commit ac6b493

Browse files
committed
support_ansi_sum_decimal_input_fix_scala
1 parent 272b661 commit ac6b493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spark/src/test/scala/org/apache/comet/exec/CometExecSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ class CometExecSuite extends CometTestBase {
469469
val dayTimeDf = Seq(106751991L, 106751991L, 2L)
470470
.map(Duration.ofDays)
471471
.toDF("v")
472-
Seq(longDf).foreach { df =>
472+
Seq(longDf, yearMonthDf, dayTimeDf).foreach { df =>
473473
checkSparkAnswer(df.repartitionByRange(2, col("v")).selectExpr("try_sum(v)"))
474474
}
475475
}

0 commit comments

Comments
 (0)