Skip to content

Commit

Permalink
[SPARK-36166][TESTS][FOLLOWUP] Add BLOCK_SCALA_VERSION to sparktestss…
Browse files Browse the repository at this point in the history
…upport/__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 <sarutak@oss.nttdata.com>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
  • Loading branch information
sarutak authored and HyukjinKwon committed Jul 19, 2021
1 parent 7aa0179 commit c7ccc60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/sparktestsupport/__init__.py
Expand Up @@ -34,5 +34,6 @@
"BLOCK_JAVA_STYLE": 21,
"BLOCK_BUILD_TESTS": 22,
"BLOCK_PYSPARK_PIP_TESTS": 23,
"BLOCK_SCALA_VERSION": 24,
"BLOCK_TIMEOUT": 124
}

0 comments on commit c7ccc60

Please sign in to comment.