pan3793 commented on code in PR #46962:
URL: https://github.com/apache/spark/pull/46962#discussion_r1639429765


##########
core/src/main/scala/org/apache/spark/util/Utils.scala:
##########
@@ -2015,27 +2015,38 @@ private[spark] object Utils
     }
   }
 
+  private[util] val threadInfoOrdering = Ordering.fromLessThan {

Review Comment:
   There is an existing method in `Utils`, seems not bad to keep same
   ```
   private[util] def trimExceptCRLF(str: String): String
   ```



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