Skip to content

Commit

Permalink
Give CREDIT to Andrzej Zera for reproducers
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejzera authored and HeartSaVioR committed Oct 2, 2024
1 parent 2e9b9a3 commit f8d23bc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -548,11 +548,6 @@ class DataFrameSessionWindowingSuite extends QueryTest with SharedSparkSession
}
}

// scalastyle:off line.size.limit
// DISCLAIM: This is a revision of below test, which was a part of report in the dev mailing
// list. CREDIT goes to @andrezjzera.
// https://github.com/andrzejzera/spark-bugs/blob/abae7a3839326a8eafc7516a51aca5e0c79282a6/spark-3.5/src/test/scala/SqlSyntaxTest.scala#L122-L165
// scalastyle:on
test("SPARK-49836 using window fn with window as parameter should preserve parent operator") {
withTempView("clicks") {
val df = Seq(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -716,11 +716,6 @@ class DataFrameTimeWindowingSuite extends QueryTest with SharedSparkSession {
}
}

// scalastyle:off line.size.limit
// DISCLAIM: This is a revision of below test, which was a part of report in the dev mailing
// list. CREDIT goes to @andrezjzera.
// https://github.com/andrzejzera/spark-bugs/blob/abae7a3839326a8eafc7516a51aca5e0c79282a6/spark-3.5/src/test/scala/SqlSyntaxTest.scala#L122-L165
// scalastyle:on
test("SPARK-49836 using window fn with window as parameter should preserve parent operator") {
withTempView("clicks") {
val df = Seq(
Expand Down

0 comments on commit f8d23bc

Please sign in to comment.