Skip to content

Conversation

@HyukjinKwon
Copy link
Member

What changes were proposed in this pull request?

This PR is a followup of #47842 that sets SPARK_TESTING in Windows build.

Why are the changes needed?

The PR added a deprecation warning, and that fails Windows build. It should set SPARK_TESTING to work around the warning in the build (https://github.com/apache/spark/actions/runs/10563932730/job/29265243035).

Does this PR introduce any user-facing change?

No, test-only.

How was this patch tested?

Will monitor the job after this PR is merged.

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

No

@github-actions github-actions bot added the INFRA label Aug 27, 2024
@HyukjinKwon
Copy link
Member Author

Merged to master.

Copy link
Member

@dongjoon-hyun dongjoon-hyun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The CI seems to be broken still. Maybe, do we have another reasons?

@HyukjinKwon
Copy link
Member Author

Yeah I noticed it. I'll fix it next week

@HyukjinKwon
Copy link
Member Author

Made a followup at #47972

HyukjinKwon added a commit that referenced this pull request Sep 3, 2024
…arkR deprecation warning

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

This PR proposes to have the dedicated environment variable called `SPARKR_SUPPRESS_DEPRECATION_WARNING` to skip SparkR deprecation warning.

### Why are the changes needed?

In order to recover SparkR build on Windows (https://github.com/apache/spark/actions/workflows/build_sparkr_window.yml). Previously we did not set `SPARK_TESTING` before. #47881 set it and the build it broken. This PR works around it by having a dedicated environment variable.

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

No, test-only.

### How was this patch tested?

Manually tested.

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

No.

Closes #47972 from HyukjinKwon/SPARK-49347-followup2.

Authored-by: Hyukjin Kwon <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants