Skip to content

Commit bdc4a05

Browse files
committed
Update basicOperators.scala
1 parent 0b49837 commit bdc4a05

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ case class ExistingRdd(output: Seq[Attribute], rdd: RDD[Row]) extends LeafNode {
210210
*/
211211
@DeveloperApi
212212
case class Intersect(left: SparkPlan, right: SparkPlan) extends BinaryNode {
213-
// TODO:
214213
override def output = children.head.output
215214

216215
override def execute() = {

0 commit comments

Comments
 (0)