Skip to content

Commit 8e6bb00

Browse files
committed
delete conflict except
1 parent dd9ba5e commit 8e6bb00

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,6 @@ case class Except(left: LogicalPlan, right: LogicalPlan) extends BinaryNode {
9090
def references = Set.empty
9191
}
9292

93-
case class Except(left: LogicalPlan, right: LogicalPlan) extends BinaryNode {
94-
def output = left.output
95-
96-
def references = Set.empty
97-
}
98-
9993
case class InsertIntoTable(
10094
table: LogicalPlan,
10195
partition: Map[String, Option[String]],

0 commit comments

Comments
 (0)