Skip to content

Commit 841eed9

Browse files
committed
Update expected partition size
1 parent 8950482 commit 841eed9

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)