wangyum commented on issue #26257: [SPARK-29606][SQL] Improve 
EliminateOuterJoin performance
URL: https://github.com/apache/spark/pull/26257#issuecomment-593099371
 
 
   Metrics of Analyzer/Optimizer Rules for `TPCDSQuerySuite`.
   Before this PR:
   ```
   05:43:31.429 WARN org.apache.spark.sql.TPCDSQuerySuite: 
   === Metrics of Analyzer/Optimizer Rules ===
   Total number of runs: 224786
   Total time: 65.253508851 seconds
   ...
   ```
   
   After this PR:
   ```
   05:38:55.596 WARN org.apache.spark.sql.TPCDSQuerySuite: 
   === Metrics of Analyzer/Optimizer Rules ===
   Total number of runs: 224786
   Total time: 56.81012364 seconds
   ```

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