Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
wzhfy committed Sep 23, 2017
1 parent 958715b commit db2c110
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -803,9 +803,9 @@ class DataFrameSuite extends QueryTest with SharedSQLContext {
Row("mean", null, "33.0", "178.0"),
Row("stddev", null, "19.148542155126762", "11.547005383792516"),
Row("min", "Alice", "16", "164"),
Row("25%", null, "24.0", "176.0"),
Row("50%", null, "24.0", "176.0"),
Row("75%", null, "32.0", "180.0"),
Row("25%", null, "24", "176"),
Row("50%", null, "24", "176"),
Row("75%", null, "32", "180"),
Row("max", "David", "60", "192"))

val emptySummaryResult = Seq(
Expand Down

0 comments on commit db2c110

Please sign in to comment.