Skip to content

Commit

Permalink
Revert "fix"
Browse files Browse the repository at this point in the history
This reverts commit 9bad173.
  • Loading branch information
viirya committed Dec 20, 2024
1 parent 9bad173 commit d527ad1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1084,7 +1084,7 @@ class CometSparkSessionExtensions
override def apply(plan: SparkPlan): SparkPlan = {
val eliminatedPlan = plan transformUp {
case ColumnarToRowExec(sparkToColumnar: CometSparkToColumnarExec) => sparkToColumnar.child
case c @ ColumnarToRowExec(child) if child.exists(_.isInstanceOf[CometPlan]) =>
case c @ ColumnarToRowExec(child) =>
val op = CometColumnarToRowExec(child)
if (c.logicalLink.isEmpty) {
op.unsetTagValue(SparkPlan.LOGICAL_PLAN_TAG)
Expand Down

0 comments on commit d527ad1

Please sign in to comment.