Skip to content

Commit fa0ac3a

Browse files
committed
minor fix
1 parent d376daa commit fa0ac3a

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/SubquerySuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1544,7 +1544,7 @@ class SubquerySuite extends QueryTest with SharedSparkSession {
15441544
assert(countExchange == 2, "Exchange reusing not working correctly")
15451545
assert(countReusedExchange == 3, "Exchange reusing not working correctly")
15461546
} else {
1547-
assert(countExchange == 5, "expect 4 Exchange when not reusing")
1547+
assert(countExchange == 5, "expect 5 Exchange when not reusing")
15481548
assert(countReusedExchange == 0,
15491549
"expect 0 ReusedExchangeExec when not reusing")
15501550
}

0 commit comments

Comments
 (0)