HeartSaVioR commented on a change in pull request #27872: [SPARK-31115][SQL] 
Provide config to avoid using switch statement in generated code to avoid 
Janino bug
URL: https://github.com/apache/spark/pull/27872#discussion_r391277080
 
 

 ##########
 File path: 
sql/core/src/main/scala/org/apache/spark/sql/execution/WholeStageCodegenExec.scala
 ##########
 @@ -647,7 +651,7 @@ case class WholeStageCodegenExec(child: SparkPlan)(val 
codegenStageId: Int)
       }
 
       ${ctx.registerComment(
-        s"""Codegend pipeline for stage (id=$codegenStageId)
+        s"""Codegen pipeline for stage (id=$codegenStageId)
 
 Review comment:
   Fixed a typo as well.

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