LuciferYang commented on code in PR #37487:
URL: https://github.com/apache/spark/pull/37487#discussion_r946297189
##########
sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveExternalCatalogVersionsSuite.scala:
##########
@@ -201,7 +201,11 @@ class HiveExternalCatalogVersionsSuite extends
SparkSubmitTestUtils {
// scalastyle:on line.size.limit
if (PROCESS_TABLES.testingVersions.isEmpty) {
- logError("Fail to get the latest Spark versions to test.")
+ if (PROCESS_TABLES.isPythonVersionAtLeast37) {
+ logError("Fail to get the latest Spark versions to test.")
+ } else {
+ logError("Python version < 3.7.0, the running environment is
unavailable.")
Review Comment:
I'm not sure whether we need to make this restriction. If not, I can weaken
this condition
--
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]