zhztheplayer commented on code in PR #9689:
URL: https://github.com/apache/incubator-gluten/pull/9689#discussion_r2096085039


##########
gluten-core/src/main/scala/org/apache/gluten/extension/GlutenColumnarRule.scala:
##########
@@ -99,6 +99,7 @@ case class GlutenColumnarRule(
     }
     val vanillaPlan = Transitions.insert(originalPlan, outputsColumnar)
     val applier = applierBuilder.apply(session)
-    applier.apply(vanillaPlan, outputsColumnar)
+    val out = applier.apply(vanillaPlan, outputsColumnar)

Review Comment:
   Yes it's helpful in some cases but when it comes to stepping it won't help 
much.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to