Github user hvanhovell commented on a diff in the pull request:

    https://github.com/apache/spark/pull/22789#discussion_r228760802
  
    --- Diff: 
sql/core/src/test/scala/org/apache/spark/sql/execution/WholeStageCodegenSuite.scala
 ---
    @@ -319,4 +319,15 @@ class WholeStageCodegenSuite extends QueryTest with 
SharedSQLContext {
           assert(df.limit(1).collect() === Array(Row("bat", 8.0)))
         }
       }
    +
    +  test("SPARK-25767: Lazy evaluated stream of expressions handled 
correctly") {
    --- End diff --
    
    oh wait, I executed those commands in sparkShell and that falls back to 
interpreted mode when compilation fails. That is what happened here. Sorry 
about the fuss.


---

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

Reply via email to