Skip to content

[SPARK-39373][PYTHON][3.2] Recover branch-3.2 build broken by SPARK-39273 and SPARK-39252 - #36759

Closed
HyukjinKwon wants to merge 2 commits into
apache:branch-3.2from
HyukjinKwon:SPARK-39373
Closed

[SPARK-39373][PYTHON][3.2] Recover branch-3.2 build broken by SPARK-39273 and SPARK-39252#36759
HyukjinKwon wants to merge 2 commits into
apache:branch-3.2from
HyukjinKwon:SPARK-39373

Conversation

@HyukjinKwon

Copy link
Copy Markdown
Member

What changes were proposed in this pull request?

Backporting SPARK-39273 and SPARK-39252 brought some mistakes together into branch-3.2. This PR fixes it. One is to avoid exact match (by a different pandas version). Another one is unused import.

Why are the changes needed?

To recover the build

Does this PR introduce any user-facing change?

No, test-only.

How was this patch tested?

CI in this PR should test it out.

@HyukjinKwon

Copy link
Copy Markdown
MemberAuthor

Merged to branch-3.2.

HyukjinKwon added a commit that referenced this pull request Jun 3, 2022
….2 build broken by and
### What changes were proposed in this pull request?
Backporting SPARK-39273 and SPARK-39252 brought some mistakes together into branch-3.2. This PR fixes it. One is to avoid exact match (by a different pandas version). Another one is unused import.
### Why are the changes needed?
To recover the build
### Does this PR introduce _any_ user-facing change?
No, test-only.
### How was this patch tested?
CI in this PR should test it out.
Closes#36759 from HyukjinKwon/SPARK-39373.
Lead-authored-by: Hyukjin Kwon <gurwls223@apache.org>
Co-authored-by: Hyukjin Kwon <gurwls223@gmail.com>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
sunchao pushed a commit to sunchao/spark that referenced this pull request Jun 2, 2023
….2 build broken by and
### What changes were proposed in this pull request?
Backporting SPARK-39273 and SPARK-39252 brought some mistakes together into branch-3.2. This PR fixes it. One is to avoid exact match (by a different pandas version). Another one is unused import.
### Why are the changes needed?
To recover the build
### Does this PR introduce _any_ user-facing change?
No, test-only.
### How was this patch tested?
CI in this PR should test it out.
Closesapache#36759 from HyukjinKwon/SPARK-39373.
Lead-authored-by: Hyukjin Kwon <gurwls223@apache.org>
Co-authored-by: Hyukjin Kwon <gurwls223@gmail.com>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
@HyukjinKwon
HyukjinKwon deleted the SPARK-39373 branch January 15, 2024 00:53
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@HyukjinKwon@MaxGekk@dongjoon-hyun