Skip to content

Commit 9940d19

Browse files
committed
make comment less than 100c
1 parent 09c7413 commit 9940d19

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,8 @@ case class ExistingRdd(output: Seq[Attribute], rdd: RDD[Row]) extends LeafNode {
208208

209209
/**
210210
* :: DeveloperApi ::
211-
* Returns a table with the elements from left that are not in right using the b * uilt-in spark subtract function.
211+
* Returns a table with the elements from left that are not in right using
212+
* the built-in spark subtract function.
212213
*/
213214
@DeveloperApi
214215
case class Except(left: SparkPlan, right: SparkPlan) extends BinaryNode {

0 commit comments

Comments
 (0)