beliefer opened a new pull request #28105: [SPARK-31316][SQL] 
SQLQueryTestSuite: Display the total generate time for generated java code.
URL: https://github.com/apache/spark/pull/28105
 
 
   ### What changes were proposed in this pull request?
   After my investigation, SQLQueryTestSuite spent a lot of time to generate 
java code.
   This PR is related to https://github.com/apache/spark/pull/28081.
   https://github.com/apache/spark/pull/28081 used to display compile time, but 
this PR used to display generate time.
   This PR will add the following to `SQLQueryTestSuite`'s output.
   ```
   === Metrics of Whole Codegen ===
   
   Total generate time: 82.640913862 seconds
   
   Total compile time: 98.649663572 seconds
   ```
   
   
   ### Why are the changes needed?
   Display the total generate time for generated java code.
   
   
   ### Does this PR introduce any user-facing change?
   'No'.
   
   
   ### How was this patch tested?
   Jenkins test.
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to