Skip to content

Commit 7ea9b91

Browse files
committed
remove annotation
1 parent 7f3d613 commit 7ea9b91

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/basicOperators.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ case class Join(
9090
}
9191

9292
case class Except(left: LogicalPlan, right: LogicalPlan) extends BinaryNode {
93-
// TODO: These aren't really the same attributes as nullability etc might change.
9493
def output = left.output
9594

9695
def references = Set.empty

0 commit comments

Comments
 (0)