Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CELEBORN-912] Support build with Spark 3.5 #1850

Closed
wants to merge 3 commits into from

Conversation

zhouyifan279
Copy link
Contributor

What changes were proposed in this pull request?

Support build with Spark 3.5

Why are the changes needed?

Keep up with upstream.

Does this PR introduce any user-facing change?

No

How was this patch tested?

Build with mvn and sbt locally.

@codecov
Copy link

codecov bot commented Aug 28, 2023

Codecov Report

Merging #1850 (0fdabce) into main (2c07c55) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1850   +/-   ##
=======================================
  Coverage   46.70%   46.70%           
=======================================
  Files         163      163           
  Lines       10153    10153           
  Branches      934      934           
=======================================
  Hits         4741     4741           
  Misses       5103     5103           
  Partials      309      309           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

pom.xml Outdated
Comment on lines 1010 to 1011
<jackson.version>2.15.2</jackson.version>
<jackson.databind.version>2.15.2</jackson.databind.version>
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
<jackson.version>2.15.2</jackson.version>
<jackson.databind.version>2.15.2</jackson.databind.version>

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

@pan3793
Copy link
Member

pan3793 commented Aug 29, 2023

Thanks, merging to main

@pan3793 pan3793 closed this in d701d3a Aug 29, 2023
kerwin-zk pushed a commit that referenced this pull request Sep 5, 2024
### What changes were proposed in this pull request?

Introduce `spark-3.5-columnar-shuffle` module to support columnar shuffle for Spark 3.5.

### Why are the changes needed?

#1850 does not support columnar shuffle for Spark 3.5, in which version building `spark-3-columnar-shuffle` module has compilation error. The compilation error is caused by apache/spark#40784, which incompatible changes move `InternalType` from `AtomicType` to `PhysicalDataType`.

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

No.

### How was this patch tested?

CI.

Closes #2710 from SteNicholas/CELEBORN-912.

Authored-by: SteNicholas <[email protected]>
Signed-off-by: xiyu.zk <[email protected]>
s0nskar pushed a commit to s0nskar/celeborn that referenced this pull request Sep 16, 2024
### What changes were proposed in this pull request?

Introduce `spark-3.5-columnar-shuffle` module to support columnar shuffle for Spark 3.5.

### Why are the changes needed?

apache#1850 does not support columnar shuffle for Spark 3.5, in which version building `spark-3-columnar-shuffle` module has compilation error. The compilation error is caused by apache/spark#40784, which incompatible changes move `InternalType` from `AtomicType` to `PhysicalDataType`.

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

No.

### How was this patch tested?

CI.

Closes apache#2710 from SteNicholas/CELEBORN-912.

Authored-by: SteNicholas <[email protected]>
Signed-off-by: xiyu.zk <[email protected]>
wankunde pushed a commit to wankunde/celeborn that referenced this pull request Oct 11, 2024
### What changes were proposed in this pull request?

Introduce `spark-3.5-columnar-shuffle` module to support columnar shuffle for Spark 3.5.

### Why are the changes needed?

apache#1850 does not support columnar shuffle for Spark 3.5, in which version building `spark-3-columnar-shuffle` module has compilation error. The compilation error is caused by apache/spark#40784, which incompatible changes move `InternalType` from `AtomicType` to `PhysicalDataType`.

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

No.

### How was this patch tested?

CI.

Closes apache#2710 from SteNicholas/CELEBORN-912.

Authored-by: SteNicholas <[email protected]>
Signed-off-by: xiyu.zk <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants