This is an automated email from the ASF dual-hosted git repository.
chengchengjin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 6c6c87f00d [GLUTEN_8851][VL] Fix the
TakeOrderedAndProjectExecTransformer does not respect cudf tag (#10754)
6c6c87f00d is described below
commit 6c6c87f00d7a53b706a576c32ff828737340549d
Author: Jin Chengcheng <[email protected]>
AuthorDate: Fri Sep 19 09:31:17 2025 +0100
[GLUTEN_8851][VL] Fix the TakeOrderedAndProjectExecTransformer does not
respect cudf tag (#10754)
---
.../apache/gluten/execution/TakeOrderedAndProjectExecTransformer.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/gluten-substrait/src/main/scala/org/apache/gluten/execution/TakeOrderedAndProjectExecTransformer.scala
b/gluten-substrait/src/main/scala/org/apache/gluten/execution/TakeOrderedAndProjectExecTransformer.scala
index 7806f3bc8f..f664c8a1d6 100644
---
a/gluten-substrait/src/main/scala/org/apache/gluten/execution/TakeOrderedAndProjectExecTransformer.scala
+++
b/gluten-substrait/src/main/scala/org/apache/gluten/execution/TakeOrderedAndProjectExecTransformer.scala
@@ -166,7 +166,7 @@ case class TakeOrderedAndProjectExecTransformer(
val finalPlan =
WholeStageTransformer(collapsed)(transformStageCounter.incrementAndGet())
-
+ finalPlan.copyTagsFrom(child)
finalPlan.executeColumnar()
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]