Re: [I] Modify the prompt information for TakeOrderedAndProjectExecTransformer's simpleString [incubator-gluten]

2024-03-28 Thread via GitHub


Yohahaha commented on issue #5132:
URL: 
https://github.com/apache/incubator-gluten/issues/5132#issuecomment-2026479092

   I believe https://github.com/apache/incubator-gluten/pull/5134 has fix this 
issue.


-- 
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: commits-unsubscr...@gluten.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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



Re: [I] Modify the prompt information for TakeOrderedAndProjectExecTransformer's simpleString [incubator-gluten]

2024-03-28 Thread via GitHub


Yohahaha closed issue #5132: Modify the prompt information for 
TakeOrderedAndProjectExecTransformer's simpleString
URL: https://github.com/apache/incubator-gluten/issues/5132


-- 
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: commits-unsubscr...@gluten.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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



[I] Modify the prompt information for TakeOrderedAndProjectExecTransformer's simpleString [incubator-gluten]

2024-03-26 Thread via GitHub


guixiaowen opened a new issue, #5132:
URL: https://github.com/apache/incubator-gluten/issues/5132

   ### Description
   
   In TakeOrderedAndProjectExecTransformer, the prompt information is different 
from others. 
   
   For example:
   
   spark-sql>explain select a from test.tablea  order by a limit 5
   plan
   == Physical Plan ==
   VeloxColumnarToRowExec
   +- TakeOrderedAndProjectExecTransform(limit=5, orderBy=[a#13 ASC NULLS 
FIRST], output=[a#13])
  +- ^(3) NativeScan hive test.tablea [a#13], HiveTableRelation 
[`test`.`tablea`, org.apache.hadoop.hive.ql.io.orc.OrcSerde, Data Cols: [a#13], 
Partition Cols: []]
   
   
   "TakeOrderedAndProjectExecTransform"  is changed to 
""TakeOrderedAndProjectExecTransformer, which will be consistent with other 
enhanced information styles.
   
   
   
   
   


-- 
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: commits-unsubscr...@gluten.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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