You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by gu...@apache.org on 2021/07/19 13:47:43 UTC

[spark] branch master updated: [SPARK-36166][TESTS][FOLLOWUP] Add BLOCK_SCALA_VERSION to sparktestssupport/__init__.py

This is an automated email from the ASF dual-hosted git repository.

gurwls223 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new c7ccc60  [SPARK-36166][TESTS][FOLLOWUP] Add BLOCK_SCALA_VERSION to sparktestssupport/__init__.py
c7ccc60 is described below

commit c7ccc602dbf479d2daf35d296cc591c816c5417d
Author: Kousuke Saruta <sa...@oss.nttdata.com>
AuthorDate: Mon Jul 19 22:47:03 2021 +0900

    [SPARK-36166][TESTS][FOLLOWUP] Add BLOCK_SCALA_VERSION to sparktestssupport/__init__.py
    
    ### What changes were proposed in this pull request?
    
    This is a followup PR for SPARK-36166 (#33411), which adds `BLOCK_SCALA_VERSION` to `sparktestssupport/__init__.py`.
    
    ### Why are the changes needed?
    
    The following command fails due to the definition is missing.
    ```
    SCALA_PROFILE=scala2.12 dev/run-tests.py
    ```
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    The command shown above works.
    
    Closes #33421 from sarutak/followup-SPARK-36166.
    
    Authored-by: Kousuke Saruta <sa...@oss.nttdata.com>
    Signed-off-by: Hyukjin Kwon <gu...@apache.org>
---
 dev/sparktestsupport/__init__.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev/sparktestsupport/__init__.py b/dev/sparktestsupport/__init__.py
index 38f25da..fa251a4 100644
--- a/dev/sparktestsupport/__init__.py
+++ b/dev/sparktestsupport/__init__.py
@@ -34,5 +34,6 @@ ERROR_CODES = {
     "BLOCK_JAVA_STYLE": 21,
     "BLOCK_BUILD_TESTS": 22,
     "BLOCK_PYSPARK_PIP_TESTS": 23,
+    "BLOCK_SCALA_VERSION": 24,
     "BLOCK_TIMEOUT": 124
 }

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