dongjoon-hyun commented on a change in pull request #33429:
URL: https://github.com/apache/spark/pull/33429#discussion_r672805734



##########
File path: 
sql/core/src/main/scala/org/apache/spark/sql/execution/adaptive/CoalesceShufflePartitions.scala
##########
@@ -88,23 +88,23 @@ case class CoalesceShufflePartitions(session: SparkSession) 
extends CustomShuffl
         val specsMap = shuffleStageInfos.zip(newPartitionSpecs).map { case 
(stageInfo, partSpecs) =>
           (stageInfo.shuffleStage.id, partSpecs)
         }.toMap
-        updateShuffleReaders(plan, specsMap)
+        updateShuffleRead(plan, specsMap)
       } else {
         plan
       }
     }
   }
 
-  private def updateShuffleReaders(
+  private def updateShuffleRead(

Review comment:
       Like the other places, `updateShuffleRead` -> `updateShuffleReads`?




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

To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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

Reply via email to