Skip to content

Commit f2e6af1

Browse files
committed
add ticks
1 parent 686c90b commit f2e6af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/main/scala/org/apache/spark/sql/execution/basicOperators.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ case class Distinct(partial: Boolean, child: SparkPlan) extends UnaryNode {
247247

248248
/**
249249
* :: DeveloperApi ::
250-
* Return a new RDD that has exactly numPartitions partitions.
250+
* Return a new RDD that has exactly `numPartitions` partitions.
251251
*/
252252
@DeveloperApi
253253
case class Coalesce(numPartitions: Int, shuffle: Boolean, child: SparkPlan) extends UnaryNode {

0 commit comments

Comments
 (0)