We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
LeftSemi
1 parent cc30361 commit ee9d917Copy full SHA for ee9d917
spark/src/main/scala/org/apache/comet/rules/CometExecRule.scala
@@ -645,9 +645,6 @@ case class CometExecRule(session: SparkSession) extends Rule[SparkPlan] {
645
normalizedPlan
646
}
647
648
- println(normalizedPlan)
649
- println(planWithJoinRewritten)
650
-
651
var newPlan = transform(planWithJoinRewritten)
652
653
// if the plan cannot be run fully natively then explain why (when appropriate
0 commit comments