itholic commented on code in PR #45876:
URL: https://github.com/apache/spark/pull/45876#discussion_r1554808391
##########
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:
Oh, thanks for the correction!
--
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]