Skip to content

Commit

Permalink
add ticks
Browse files Browse the repository at this point in the history
  • Loading branch information
brkyvz committed Apr 28, 2015
1 parent 686c90b commit f2e6af1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ case class Distinct(partial: Boolean, child: SparkPlan) extends UnaryNode {

/**
* :: DeveloperApi ::
* Return a new RDD that has exactly numPartitions partitions.
* Return a new RDD that has exactly `numPartitions` partitions.
*/
@DeveloperApi
case class Coalesce(numPartitions: Int, shuffle: Boolean, child: SparkPlan) extends UnaryNode {
Expand Down

0 comments on commit f2e6af1

Please sign in to comment.