Skip to content

Commit 61058b6

Browse files
committed
update test case
1 parent 2d60230 commit 61058b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/test/scala/org/apache/spark/sql/SQLQuerySuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2607,7 +2607,7 @@ class SQLQuerySuite extends QueryTest with SharedSQLContext {
26072607
}
26082608
}
26092609

2610-
test("floor(0.0001)") {
2610+
test("SPARK-20211: should be able to floor or ceil with a decimal when its precision < scale") {
26112611
val df = Seq(0).toDF("a")
26122612
withTempView("tb") {
26132613
df.createOrReplaceTempView("tb")

0 commit comments

Comments
 (0)