zhztheplayer commented on code in PR #10821:
URL:
https://github.com/apache/incubator-gluten/pull/10821#discussion_r2387903953
##########
gluten-substrait/src/main/scala/org/apache/gluten/execution/TakeOrderedAndProjectExecTransformer.scala:
##########
@@ -143,6 +143,7 @@ case class TakeOrderedAndProjectExecTransformer(
} else {
val limitStagePlan =
WholeStageTransformer(limitBeforeShuffle)(transformStageCounter.incrementAndGet())
+ limitStagePlan.copyTagsFrom(child)
Review Comment:
> Do I change it to only apply for Cudf tag?
For sure. And it's reasonable to keep calling `copyTagsFrom` on the
`WholeStageTransformer` but let's only add cuDF tag for `limitStagePlan`, if it
works for you.
--
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]