Github user kiszk commented on a diff in the pull request:
https://github.com/apache/spark/pull/20036#discussion_r158761989
--- 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 --
sure, done
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]