gengliangwang commented on code in PR #46980:
URL: https://github.com/apache/spark/pull/46980#discussion_r1639059607
##########
common/utils/src/main/scala/org/apache/spark/util/MavenUtils.scala:
##########
@@ -215,7 +215,7 @@ private[spark] object MavenUtils extends Logging {
if (artifactInfo.getExt == "jar") {
true
} else {
- logInfo(s"Skipping non-jar dependency ${artifactInfo.getId}")
+ logInfo(log"Skipping non-jar dependency ${MDC(LogKeys.ARTIFACT_ID,
artifactInfo.getId)}")
Review Comment:
let's drop the changes in this one to avoid adding new log keys.
We can use comments to disable the scala style check.
--
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]