Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
pspoerri committed Jul 14, 2023
1 parent 700cefe commit 1c4af44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ private[spark] class S3ShuffleManager(conf: SparkConf) extends ShuffleManager wi

/** Shut down this ShuffleManager. */
override def stop(): Unit = {
val cleanupRequired = registeredShuffleIds.size
val cleanupRequired = registeredShuffleIds.nonEmpty
registeredShuffleIds.foreach(
shuffleId => {
purgeCaches(shuffleId)
Expand Down

0 comments on commit 1c4af44

Please sign in to comment.