Skip to content
Prev Previous commit
Next Next commit
Fix another scalastyle error
  • Loading branch information
ptkool committed Oct 29, 2017
commit e9f6928bb60e7c4de25324e5572f105a30d16cd5
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ class DataFrameWindowFunctionsSuite extends QueryTest with SharedSQLContext {
spark.read.schema(sampleSchema).json(input.toDS()).select(c0, c1).foreach { _ => () }
}
}

test("window functions in multiple selects") {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why this test? It does not really add anything new.

Copy link
Contributor Author

@ptkool ptkool May 18, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed. I'll remove it.

val df = Seq(
("S1", "P1", 100),
Expand Down