Skip to content

Commit 1729c8b

Browse files
committed
Address PR comment
1 parent fa3aafa commit 1729c8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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
@@ -92,7 +92,7 @@ class EnsureRequirementsSuite extends SharedSparkSession {
9292
val plan2 = DummySparkPlan(
9393
outputPartitioning = HashPartitioning(exprB :: exprC :: Nil, 5))
9494

95-
// Test fallback to the right side, which has PartitioningCollection.
95+
// Test fallback to the right side, which has HashPartitioning.
9696
val smjExec1 = SortMergeJoinExec(
9797
exprA :: exprB :: Nil, exprC :: exprB :: Nil, Inner, None, plan1, plan2)
9898
EnsureRequirements(spark.sessionState.conf).apply(smjExec1) match {

0 commit comments

Comments
 (0)