Github user cloud-fan commented on a diff in the pull request:

    https://github.com/apache/spark/pull/20036#discussion_r158752728
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/execution/WholeStageCodegenExec.scala
 ---
    @@ -283,7 +283,7 @@ case class InputAdapter(child: SparkPlan) extends 
UnaryExecNode with CodegenSupp
     
       override def doProduce(ctx: CodegenContext): String = {
         // Right now, InputAdapter is only used when there is one input RDD.
    -    // inline mutable state since an inputAdaptor in a task
    +    // inline mutable state since an InputAdapter in a task
    --- End diff --
    
    you miss some words...


---

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

Reply via email to