Skip to content

Commit a8ebac0

Browse files
Update EnsureRequirementsSuite.scala
1 parent 350ebca commit a8ebac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/test/scala/org/apache/spark/sql/execution/exchange/EnsureRequirementsSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1280,7 +1280,7 @@ class EnsureRequirementsSuite extends SharedSparkSession {
12801280
SortExec(_, _, ShuffleExchangeExec(_: HashPartitioning, _, _, _), _),
12811281
SortExec(_, _, _: DummySparkPlan, _), _) =>
12821282
// Left side shuffled, right side kept as-is
1283-
case other => fail(s"Expected shuffle on at least one side, but got: $other")
1283+
case other => fail(s"Expected shuffle on the left side, but got: $other")
12841284
}
12851285
}
12861286
}

0 commit comments

Comments
 (0)