mgaido91 commented on a change in pull request #23731: [SPARK-26572][SQL] fix 
aggregate codegen result evaluation
URL: https://github.com/apache/spark/pull/23731#discussion_r256287692
 
 

 ##########
 File path: sql/core/src/test/scala/org/apache/spark/sql/DataFrameSuite.scala
 ##########
 @@ -2110,4 +2112,28 @@ class DataFrameSuite extends QueryTest with 
SharedSQLContext {
       checkAnswer(res, Row("1-1", 6, 6))
     }
   }
+
+  test("SPARK-26572: fix aggregate codegen result evaluation") {
 
 Review comment:
   Since this is a problem with whole stage codegen, waht about moving this 
test to `WholeStageCodegenSuite`? And adding an assert that whole stage codegen 
is actually used, ie. the HashAggregate is a child of WholeStageCodegenExec?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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