Skip to content

[Core] Upgrade default spark version to 4.0.2#12252

Merged
zhouyuan merged 3 commits into
apache:mainfrom
zhouyuan:wip_spark358
Jun 8, 2026
Merged

[Core] Upgrade default spark version to 4.0.2#12252
zhouyuan merged 3 commits into
apache:mainfrom
zhouyuan:wip_spark358

Conversation

@zhouyuan

@zhouyuan zhouyuan commented Jun 5, 2026

Copy link
Copy Markdown
Member

What changes are proposed in this pull request?

Bump the default spark.version to spark-402

How was this patch tested?

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

@github-actions github-actions Bot added CORE works for Gluten Core INFRA TOOLS DOCS labels Jun 5, 2026
@github-actions

github-actions Bot commented Jun 5, 2026

Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

2 similar comments
@github-actions

github-actions Bot commented Jun 5, 2026

Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

@github-actions

github-actions Bot commented Jun 5, 2026

Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

@zhouyuan

zhouyuan commented Jun 5, 2026

Copy link
Copy Markdown
Member Author

blocked by: delta-io/delta#4671

@zhouyuan zhouyuan requested a review from philo-he June 5, 2026 17:23
zhouyuan added 3 commits June 6, 2026 09:14
Signed-off-by: Yuan <yuanzhou@apache.org>

fix

Signed-off-by: Yuan <yuanzhou@apache.org>

fix spark sources

Signed-off-by: Yuan <yuanzhou@apache.org>
This patch bumps the version to fix the security warning

Signed-off-by: Yuan <yuanzhou@apache.org>
@github-actions

github-actions Bot commented Jun 6, 2026

Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

@zhouyuan zhouyuan changed the title [Core] Upgrade to support Spark-358 [Core] Upgrade default spark version to 4.0.2 Jun 8, 2026
@zhouyuan zhouyuan marked this pull request as ready for review June 8, 2026 08:28
Copilot AI review requested due to automatic review settings June 8, 2026 08:28

@zhztheplayer zhztheplayer left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

👍

@zhouyuan zhouyuan merged commit 2d6f39b into apache:main Jun 8, 2026
65 checks passed

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR intends to update Gluten’s default Apache Spark dependency version to Spark 4.0.2 by changing the root Maven property in the parent pom.xml.

Changes:

  • Update the default <spark.version> property from 3.5.5 to 4.0.2 in the root parent POM.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread pom.xml
Comment on lines 69 to 73
<spark.major.version>3</spark.major.version>
<sparkbundle.version>3.5</sparkbundle.version>
<spark.plain.version>35</spark.plain.version>
<spark.version>3.5.5</spark.version>
<spark.version>4.0.2</spark.version>
<sparkshim.artifactId>spark-sql-columnar-shims-spark35</sparkshim.artifactId>

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@zhouyuan, could you check if this comment makes sense?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CORE works for Gluten Core

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants