Skip to content

Commit ee9d917

Browse files
committed
fix: Do not replace SMJ with HJ for LeftSemi
1 parent cc30361 commit ee9d917

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

spark/src/main/scala/org/apache/comet/rules/CometExecRule.scala

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -645,9 +645,6 @@ case class CometExecRule(session: SparkSession) extends Rule[SparkPlan] {
645645
normalizedPlan
646646
}
647647

648-
println(normalizedPlan)
649-
println(planWithJoinRewritten)
650-
651648
var newPlan = transform(planWithJoinRewritten)
652649

653650
// if the plan cannot be run fully natively then explain why (when appropriate

0 commit comments

Comments
 (0)