panbingkun commented on code in PR #45876:
URL: https://github.com/apache/spark/pull/45876#discussion_r1553455082
##########
sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveExternalCatalogVersionsSuite.scala:
##########
@@ -200,7 +202,8 @@ class HiveExternalCatalogVersionsSuite extends
SparkSubmitTestUtils {
logInfo("Skip tests because old Spark versions don't support Java
21.")
}
} else {
- logError(s"Python version <
${TestUtils.minimumPythonSupportedVersion}, " +
+ logError(
+ log"Python version < ${MDC(VERSION,
TestUtils.minimumPythonSupportedVersion)}, " +
"the running environment is unavailable.")
Review Comment:
@itholic I guess you need to write it this way because `MDC` + `String` is
not currently supported, 😄
"the running environment is unavailable." -> log"the running environment is
unavailable."
--
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]