Skip to content

Commit 242c8b8

Browse files
committed
mark_joins_needing_dedupe_incompatible
1 parent ab4d039 commit 242c8b8

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

spark/src/main/scala/org/apache/spark/sql/comet/operators.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1957,8 +1957,6 @@ object CometBroadcastNestedLoopJoinExec extends CometOperatorSerde[BroadcastNest
19571957
case _ => Compatible(None)
19581958
}
19591959

1960-
override def getUnsupportedReasons(): Seq[String] = Seq(unmatchedDuplicationReason)
1961-
19621960
/**
19631961
* Convert a Spark operator into a protocol buffer representation that can be passed into native
19641962
* code.

0 commit comments

Comments
 (0)