This is an automated email from the ASF dual-hosted git repository.

ulyssesyou 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 5b8b96e25 [GLUTEN-5133]Modify the prompt information for 
TakeOrderedAndProjectExecTransformer (#5134)
5b8b96e25 is described below

commit 5b8b96e2541525544ba1e80c957a2bd8c5c1e95b
Author: guixiaowen <58287738+guixiao...@users.noreply.github.com>
AuthorDate: Wed Mar 27 09:14:48 2024 +0800

    [GLUTEN-5133]Modify the prompt information for 
TakeOrderedAndProjectExecTransformer (#5134)
---
 .../glutenproject/execution/TakeOrderedAndProjectExecTransformer.scala  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gluten-core/src/main/scala/io/glutenproject/execution/TakeOrderedAndProjectExecTransformer.scala
 
b/gluten-core/src/main/scala/io/glutenproject/execution/TakeOrderedAndProjectExecTransformer.scala
index 0f0137b5d..f7b1fe2f4 100644
--- 
a/gluten-core/src/main/scala/io/glutenproject/execution/TakeOrderedAndProjectExecTransformer.scala
+++ 
b/gluten-core/src/main/scala/io/glutenproject/execution/TakeOrderedAndProjectExecTransformer.scala
@@ -49,7 +49,7 @@ case class TakeOrderedAndProjectExecTransformer(
     val orderByString = truncatedString(sortOrder, "[", ",", "]", maxFields)
     val outputString = truncatedString(output, "[", ",", "]", maxFields)
 
-    s"TakeOrderedAndProjectExecTransform(limit=$limit, " +
+    s"TakeOrderedAndProjectExecTransformer (limit=$limit, " +
       s"orderBy=$orderByString, output=$outputString)"
   }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@gluten.apache.org
For additional commands, e-mail: commits-h...@gluten.apache.org

Reply via email to