Skip to content

Commit cf5b9d0

Browse files
committed
Update basicOperators.scala
1 parent dd32980 commit cf5b9d0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,4 @@ case class Subtract(left:SparkPlan,right:SparkPlan) extends SparkPlan {
217217
override def execute() = {
218218
left.execute().subtract(right.execute())
219219
}
220-
221-
override def otherCopyArgs = sc :: Nil
222220
}

0 commit comments

Comments
 (0)