Skip to content

Commit

Permalink
[SPARK-48054][INFRA][FOLLOW-UP] Rename SPARK_SKIP_JVM_REQUIRED_TESTS …
Browse files Browse the repository at this point in the history
…to SPARK_SKIP_CONNECT_COMPAT_TESTS

### What changes were proposed in this pull request?

This PR is a followup of #46298 that properly uses the environment variable SPARK_SKIP_CONNECT_COMPAT_TESTS added at #46334

### Why are the changes needed?

To recover the compatibility test (https://github.com/apache/spark/actions/runs/8961109352/job/24608366499).

### Does this PR introduce _any_ user-facing change?

No, dev-only.

### How was this patch tested?

Manually

### Was this patch authored or co-authored using generative AI tooling?

No.

Closes #46394 from HyukjinKwon/SPARK-48054-followup.

Authored-by: Hyukjin Kwon <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
  • Loading branch information
HyukjinKwon committed May 6, 2024
1 parent d09f174 commit 8094535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_python_connect35.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Run tests
env:
SPARK_TESTING: 1
SPARK_SKIP_JVM_REQUIRED_TESTS: 1
SPARK_SKIP_CONNECT_COMPAT_TESTS: 1
SPARK_CONNECT_TESTING_REMOTE: sc://localhost
run: |
# Make less noisy
Expand Down

0 comments on commit 8094535

Please sign in to comment.