Skip to content

Commit

Permalink
fix scalastyle
Browse files Browse the repository at this point in the history
  • Loading branch information
zml1206 committed Aug 17, 2023
1 parent e2e5216 commit b116319
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3675,7 +3675,8 @@ class DataFrameSuite extends QueryTest
}
}

test("SPARK-44846: PushFoldableIntoBranches in complex grouping expressions cause bindReference error") {
test("SPARK-44846: PushFoldableIntoBranches in complex grouping expressions " +
"cause bindReference error") {
withTempView("t") {
Seq(-1, 1, 2).toDF("a").createOrReplaceTempView("t")
val _sql =
Expand Down

0 comments on commit b116319

Please sign in to comment.