gengliangwang commented on code in PR #45813:
URL: https://github.com/apache/spark/pull/45813#discussion_r1548194790
##########
common/utils/src/main/scala/org/apache/spark/internal/Logging.scala:
##########
@@ -96,17 +109,21 @@ trait Logging {
}
implicit class LogStringContext(val sc: StringContext) {
- def log(args: MDC*): MessageWithContext = {
+ def log(args: Any*): MessageWithContext = {
Review Comment:
The `args` here is intended to MDC. So that we can enforce all the variables
to be MDC.
--
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]