This is an automated email from the ASF dual-hosted git repository.
yangzy 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 570b93759 [GLUTEN-5324] Error message prompted during LocalLimitExec
conversion (#5325)
570b93759 is described below
commit 570b937594867b35c704e8c22b01b3b1906af1ae
Author: guixiaowen <[email protected]>
AuthorDate: Tue Apr 9 09:54:52 2024 +0800
[GLUTEN-5324] Error message prompted during LocalLimitExec conversion
(#5325)
Co-authored-by: guihuawen <[email protected]>
---
.../scala/org/apache/gluten/extension/columnar/TransformHintRule.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/gluten-core/src/main/scala/org/apache/gluten/extension/columnar/TransformHintRule.scala
b/gluten-core/src/main/scala/org/apache/gluten/extension/columnar/TransformHintRule.scala
index 1dc56d254..d19a82050 100644
---
a/gluten-core/src/main/scala/org/apache/gluten/extension/columnar/TransformHintRule.scala
+++
b/gluten-core/src/main/scala/org/apache/gluten/extension/columnar/TransformHintRule.scala
@@ -692,7 +692,7 @@ case class AddTransformHintRule() extends Rule[SparkPlan] {
if (!enableColumnarLimit) {
TransformHints.tagNotTransformable(
plan,
- "columnar limit is not enabled in GlobalLimitExec")
+ "columnar limit is not enabled in LocalLimitExec")
} else {
val transformer = LimitTransformer(plan.child, 0L, plan.limit)
transformer.doValidate().tagOnFallback(plan)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]