Skip to content

Commit db2c110

Browse files
author
Zhenhua Wang
committed
fix test
1 parent 958715b commit db2c110

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -803,9 +803,9 @@ class DataFrameSuite extends QueryTest with SharedSQLContext {
803803
Row("mean", null, "33.0", "178.0"),
804804
Row("stddev", null, "19.148542155126762", "11.547005383792516"),
805805
Row("min", "Alice", "16", "164"),
806-
Row("25%", null, "24.0", "176.0"),
807-
Row("50%", null, "24.0", "176.0"),
808-
Row("75%", null, "32.0", "180.0"),
806+
Row("25%", null, "24", "176"),
807+
Row("50%", null, "24", "176"),
808+
Row("75%", null, "32", "180"),
809809
Row("max", "David", "60", "192"))
810810

811811
val emptySummaryResult = Seq(

0 commit comments

Comments
 (0)