Skip to content

Conversation

@dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented Mar 17, 2024

What changes were proposed in this pull request?

This PR aims to add pyarrow upper bound requirement, <13.0.0, to Apache Spark 3.5.x.

Why are the changes needed?

PyArrow 13.0.0 has breaking changes mentioned by #42920 which is a part of Apache Spark 4.0.0.

Does this PR introduce any user-facing change?

No, this only clarifies the upper bound.

How was this patch tested?

Pass the CIs.

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

No.

@dongjoon-hyun
Copy link
Member Author

cc @zhengruifeng and @HyukjinKwon

@dongjoon-hyun
Copy link
Member Author

Thank you, @HyukjinKwon .
Merged to branch-3.5.

dongjoon-hyun added a commit that referenced this pull request Mar 17, 2024
…equirement, `<13.0.0`

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

This PR aims to add `pyarrow` upper bound requirement, `<13.0.0`, to Apache Spark 3.5.x.

### Why are the changes needed?

PyArrow 13.0.0 has breaking changes mentioned by #42920 which is a part of Apache Spark 4.0.0.

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

No, this only clarifies the upper bound.

### How was this patch tested?

Pass the CIs.

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

No.

Closes #45553 from dongjoon-hyun/SPARK-47432.

Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
dongjoon-hyun added a commit that referenced this pull request Mar 17, 2024
…ency with version ranges

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

This PR aims to update `PySpark` package dependency with version ranges.

### Why are the changes needed?

Like Apache Spark 3.5+, we had better clarify the range of supported versions.

This is a logical backport of subset of #41997 and #45553

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

No.

### How was this patch tested?

Pass the CIs.

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

No.

Closes #45554 from dongjoon-hyun/SPARK-47433.

Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
@dongjoon-hyun dongjoon-hyun deleted the SPARK-47432 branch March 17, 2024 23:50
Sign up for free to 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.

2 participants