zhztheplayer opened a new pull request, #8445:
URL: https://github.com/apache/incubator-gluten/pull/8445

   The option is only available with subcommand `gluten-it queries` at the 
moment.
   
   For example, run:
   ```
   <gluten-it> queries --local --data-gen=once --enable-history 
--collect-sql-metrics=execution-time
   ```
   
   The test report will include:
   ```
   Top 10 plan nodes that took longest time to execute: 
   
   |  Query  | Node ID |                       Node Name                        
|         Execution Time (ms)         |
   
|---------|---------|--------------------------------------------------------|-------------------------------------|
   |   q1.sql|      574|                                  
ProjectExecTransformer|          [time of project] 764101004|
   |  q10.sql|    11662|                                  
ProjectExecTransformer|          [time of project] 244624523|
   |  q21.sql|    20679|                        
BroadcastHashJoinExecTransformer|       [time of hash probe] 229328752|
   |   q9.sql|    10762|                                  
ProjectExecTransformer|          [time of project] 207020710|
   |  q18.sql|    17034|                     
RegularHashAggregateExecTransformer|  [time of rowConstruction] 203232519|
   |  q21.sql|    20682|                        
BroadcastHashJoinExecTransformer|       [time of hash probe] 194751117|
   |   q7.sql|     7058|                                  
ProjectExecTransformer|          [time of project] 191742246|
   |  q12.sql|    13258|                                  
ProjectExecTransformer|          [time of project] 149007987|
   |  q19.sql|    17803|      ScanTransformer parquet 
spark_catalog.default.part|    [remaining filter time] 133398000|
   |  q17.sql|    15881|  ScanTransformer parquet 
spark_catalog.default.lineitem|    [remaining filter time] 130078000|
   ```
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to