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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]