panbingkun commented on code in PR #45876:
URL: https://github.com/apache/spark/pull/45876#discussion_r1552635940


##########
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)}, " +

Review Comment:
   ```suggestion
             log"Python version < ${MDC(VERSION, 
TestUtils.minimumPythonSupportedVersion)}, " +
   ```



-- 
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

Reply via email to