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

   ### 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

Reply via email to