Github user viirya commented on a diff in the pull request:
https://github.com/apache/spark/pull/19083#discussion_r142577265
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/execution/WholeStageCodegenSuite.scala
---
@@ -151,7 +151,7 @@ class WholeStageCodegenSuite extends SparkPlanTest with
SharedSQLContext {
}
}
- def genGroupByCodeGenContext(caseNum: Int): CodegenContext = {
+ def genGroupByCodeGenContext(caseNum: Int): CodeAndComment = {
--- End diff --
`genGroupByCodeGenContext` -> `genGroupByCode`.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]