panbingkun commented on code in PR #46493: URL: https://github.com/apache/spark/pull/46493#discussion_r1596162272
########## core/src/main/scala/org/apache/spark/network/netty/NettyBlockTransferService.scala: ########## @@ -30,7 +30,7 @@ import com.codahale.metrics.{Metric, MetricSet} import org.apache.spark.{SecurityManager, SparkConf} import org.apache.spark.ExecutorDeadException -import org.apache.spark.internal.config +import org.apache.spark.internal.{config, LogKeys, MDC} Review Comment: Because `NettyBlockTransferService` extends `BlockTransferService` `BlockTransferService` is java code, and this change `triggered` it. -- 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