Skip to content

Commit 5afa62b

Browse files
robbinspgyhuai
authored andcommitted
[SPARK-12647][SQL] Fix o.a.s.sqlexecution.ExchangeCoordinatorSuite.determining the number of reducers: aggregate operator
change expected partition sizes Author: Pete Robbins <[email protected]> Closes #10599 from robbinspg/branch-1.6.
1 parent d9e4438 commit 5afa62b

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ class ExchangeCoordinatorSuite extends SparkFunSuite with BeforeAndAfterAll {
318318
}
319319
}
320320

321-
withSQLContext(test, 1536, minNumPostShufflePartitions)
321+
withSQLContext(test, 1700, minNumPostShufflePartitions)
322322
}
323323

324324
test(s"determining the number of reducers: join operator$testNameNote") {

0 commit comments

Comments
 (0)