File tree Expand file tree Collapse file tree
spark/src/main/scala/org/apache/spark/sql/comet Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1951,10 +1951,10 @@ object CometBroadcastNestedLoopJoinExec extends CometOperatorSerde[BroadcastNest
19511951
19521952 override def getSupportLevel (op : BroadcastNestedLoopJoinExec ): SupportLevel =
19531953 (op.joinType, op.buildSide) match {
1954- case (LeftOuter , BuildLeft ) => Unsupported (Some (unmatchedDuplicationReason))
1954+ case (LeftOuter , BuildLeft ) => Unsupported (Some (unmatchedDuplicationReason))
19551955 case (RightOuter , BuildRight ) => Unsupported (Some (unmatchedDuplicationReason))
1956- case (FullOuter , _) => Unsupported (Some (unmatchedDuplicationReason))
1957- case _ => Compatible (None )
1956+ case (FullOuter , _) => Unsupported (Some (unmatchedDuplicationReason))
1957+ case _ => Compatible (None )
19581958 }
19591959
19601960 /**
You can’t perform that action at this time.
0 commit comments