We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7ed6f3 commit d5a596dCopy full SHA for d5a596d
core/src/main/scala/org/apache/spark/Partition.scala
@@ -18,11 +18,11 @@
18
package org.apache.spark
19
20
/**
21
- * A partition of an RDD.
+ * An identifier for a partition in an RDD.
22
*/
23
trait Partition extends Serializable {
24
25
- * Get the split's index within its parent RDD
+ * Get the partition's index within its parent RDD
26
27
def index: Int
28
0 commit comments