Skip to content

Commit b08bf0a

Browse files
committed
grammar
1 parent 432dc22 commit b08bf0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/test/scala/org/apache/spark/DistributedSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ class DistributedSuite extends SparkFunSuite with Matchers with LocalSparkContex
342342
test("reference partitions inside a task") {
343343
// Run a simple job which just makes sure there is no failure if we touch rdd.partitions
344344
// inside a task. This requires the stateLock to be serializable. This is very convoluted
345-
// use case, its just a check for backwards-compatibility after the fix for SPARK-28917.
345+
// use case, it's just a check for backwards-compatibility after the fix for SPARK-28917.
346346
sc = new SparkContext("local-cluster[1,1,1024]", "test")
347347
val rdd1 = sc.parallelize(1 to 10, 1)
348348
val rdd2 = rdd1.map { x => x + 1}

0 commit comments

Comments
 (0)