panbingkun commented on code in PR #46634:
URL: https://github.com/apache/spark/pull/46634#discussion_r1604506378


##########
common/utils/src/test/java/org/apache/spark/util/SparkLoggerSuiteBase.java:
##########
@@ -140,15 +148,13 @@ public void testLoggerWithMDC() {
     Runnable errorFn = () -> logger().error(msgWithMDC, executorIDMDC);
     Runnable warnFn = () -> logger().warn(msgWithMDC, executorIDMDC);
     Runnable infoFn = () -> logger().info(msgWithMDC, executorIDMDC);
-    Runnable debugFn = () -> logger().debug(msgWithMDC, executorIDMDC);

Review Comment:
   After https://github.com/apache/spark/pull/46405, the following 2 lines of 
code are no longer needed.



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