gengliangwang commented on code in PR #45834:
URL: https://github.com/apache/spark/pull/45834#discussion_r1550534539


##########
core/src/main/scala/org/apache/spark/MapOutputTracker.scala:
##########
@@ -1736,9 +1738,11 @@ private[spark] object MapOutputTracker extends Logging {
 
   def validateStatus(status: ShuffleOutputStatus, shuffleId: Int, partition: 
Int) : Unit = {
     if (status == null) {
-      val errorMessage = s"Missing an output location for shuffle $shuffleId 
partition $partition"
+      // scalastyle:off line.size.limit

Review Comment:
   If the log is not long, one line makes it easier to read. I suggest we allow 
both styles.



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

Reply via email to