You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/10/15 03:05:59 UTC

[GitHub] [spark] dongjoon-hyun commented on a change in pull request #30044: [SPARK-33153][SQL][TESTS] Ignore Spark 2.4 in HiveExternalCatalogVersionsSuite on Python 3.8/3.9

dongjoon-hyun commented on a change in pull request #30044:
URL: https://github.com/apache/spark/pull/30044#discussion_r505137260



##########
File path: core/src/main/scala/org/apache/spark/TestUtils.scala
##########
@@ -255,6 +255,19 @@ private[spark] object TestUtils {
     attempt.isSuccess && attempt.get == 0
   }
 
+  def isPythonVersionAtLeast38(): Boolean = {

Review comment:
       Although this is in `src/main`, this is `TestUtils.isPythonVersionAtLeast38`.




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org