Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update test
  • Loading branch information
bersprockets committed Jan 30, 2022
commit db1b8b6c2f8d6ec039a189d4155321675833a2a2
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ class HiveScriptTransformationSuite extends BaseScriptTransformationSuite with T
}
}

test("order by with limit breaks things") {
test("SPARK-38075: ORDER BY with LIMIT adds fake rows") {
withTempView("v") {
val df = Seq((1), (2), (3)).toDF("a")
df.createTempView("v")
Expand Down