Github user maropu commented on the issue:

    https://github.com/apache/spark/pull/23213
  
    yea, it seems its longer by ~4 times;
    ```
    23:25:43.880 WARN org.apache.spark.sql.SQLQueryTestSuite: 
    === Codegen/Interpreter Time Metrics ===
    Total time: 602.64531157 seconds
    
    Configs                                                                     
  Run Time (seconds)                             
    
    spark.sql.codegen.wholeStage=true,spark.sql.codegen.factoryMode=NO_CODEGEN  
  156414789416                                   
    
spark.sql.codegen.wholeStage=false,spark.sql.codegen.factoryMode=CODEGEN_ONLY 
138343055840                                   
    
spark.sql.codegen.wholeStage=true,spark.sql.codegen.factoryMode=CODEGEN_ONLY  
171905020550                                   
    spark.sql.codegen.wholeStage=false,spark.sql.codegen.factoryMode=NO_CODEGEN 
  135982445764  
    ```
    
https://github.com/apache/spark/commit/7a69e0b6700fc5c7ad3acef35137f220b8804fd6



---

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

Reply via email to