Skip to content

[CORE] Bump version to 1.8.0-SNAPSHOT#12336

Merged
philo-he merged 2 commits into
apache:mainfrom
philo-he:upgrade-to-1.8.0-SNAPSHOT
Jun 23, 2026
Merged

[CORE] Bump version to 1.8.0-SNAPSHOT#12336
philo-he merged 2 commits into
apache:mainfrom
philo-he:upgrade-to-1.8.0-SNAPSHOT

Conversation

@philo-he

@philo-he philo-he commented Jun 22, 2026

Copy link
Copy Markdown
Member

What changes are proposed in this pull request?

We have already cut branch-1.7 for preparing the new release. So we need to bump the version for main branch.

Bump version from 1.7.0-SNAPSHOT to 1.8.0-SNAPSHOT across all modules (via bump-version.sh) and supporting scripts/docs. Also corrects stale gluten-flink jar version references (1.6.0 → 1.8.0-SNAPSHOT) in the Flink docs.

How was this patch tested?

CI.

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

No.

@github-actions

Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

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

Updates Apache Gluten’s project/version references to 1.8.0-SNAPSHOT across Maven modules, developer scripts, and a few tooling/docs locations to keep builds and usage instructions consistent with the next snapshot line.

Changes:

  • Bump Maven project versions from 1.7.0-SNAPSHOT to 1.8.0-SNAPSHOT across core modules, backends, shims, tools, and test modules.
  • Update Flink documentation jar name examples to the 1.8.0-SNAPSHOT artifacts.
  • Update benchmarking workload templates/notebook to reference the 1.8.0-SNAPSHOT Velox bundle jar.

Reviewed changes

Copilot reviewed 46 out of 46 changed files in this pull request and generated no comments.

Show a summary per file
File Description
tools/workload/benchmark_velox/tpc_workload.ipynb Updates benchmark notebook jar path to 1.8.0-SNAPSHOT.
tools/workload/benchmark_velox/params.yaml.template Updates benchmark params template jar path to 1.8.0-SNAPSHOT.
tools/qualification-tool/pom.xml Bumps qualification-tool module version to 1.8.0-SNAPSHOT.
tools/gluten-it/pom.xml Bumps gluten-it parent and gluten.version property to 1.8.0-SNAPSHOT.
tools/gluten-it/package/pom.xml Bumps gluten-it package module parent version to 1.8.0-SNAPSHOT.
tools/gluten-it/common/pom.xml Bumps gluten-it common module and dependency versions to 1.8.0-SNAPSHOT.
tools/gluten-it/3rd/pom.xml Bumps gluten-it 3rd module version to 1.8.0-SNAPSHOT.
shims/spark41/pom.xml Bumps Spark 4.1 shims module parent version to 1.8.0-SNAPSHOT.
shims/spark40/pom.xml Bumps Spark 4.0 shims module parent version to 1.8.0-SNAPSHOT.
shims/spark35/pom.xml Bumps Spark 3.5 shims module parent version to 1.8.0-SNAPSHOT.
shims/spark34/pom.xml Bumps Spark 3.4 shims module parent version to 1.8.0-SNAPSHOT.
shims/spark33/pom.xml Bumps Spark 3.3 shims module parent version to 1.8.0-SNAPSHOT.
shims/pom.xml Bumps shims parent reference to 1.8.0-SNAPSHOT.
shims/common/pom.xml Bumps shims common module parent version to 1.8.0-SNAPSHOT.
pom.xml Bumps root gluten-parent version to 1.8.0-SNAPSHOT.
package/pom.xml Bumps package module parent version to 1.8.0-SNAPSHOT.
gluten-ut/test/pom.xml Bumps gluten-ut test module parent version to 1.8.0-SNAPSHOT.
gluten-ut/spark41/pom.xml Bumps gluten-ut Spark 4.1 module parent version to 1.8.0-SNAPSHOT.
gluten-ut/spark40/pom.xml Bumps gluten-ut Spark 4.0 module parent version to 1.8.0-SNAPSHOT.
gluten-ut/spark35/pom.xml Bumps gluten-ut Spark 3.5 module parent version to 1.8.0-SNAPSHOT.
gluten-ut/spark34/pom.xml Bumps gluten-ut Spark 3.4 module parent version to 1.8.0-SNAPSHOT.
gluten-ut/spark33/pom.xml Bumps gluten-ut Spark 3.3 module parent version to 1.8.0-SNAPSHOT.
gluten-ut/pom.xml Bumps gluten-ut parent reference to 1.8.0-SNAPSHOT.
gluten-ut/common/pom.xml Bumps gluten-ut common module parent version to 1.8.0-SNAPSHOT.
gluten-uniffle/pom.xml Bumps gluten-uniffle module parent version to 1.8.0-SNAPSHOT.
gluten-ui/pom.xml Bumps gluten-ui module parent version to 1.8.0-SNAPSHOT.
gluten-substrait/pom.xml Bumps gluten-substrait module parent version to 1.8.0-SNAPSHOT.
gluten-paimon/pom.xml Bumps gluten-paimon module parent version to 1.8.0-SNAPSHOT.
gluten-kafka/pom.xml Bumps gluten-kafka module parent version to 1.8.0-SNAPSHOT.
gluten-iceberg/pom.xml Bumps gluten-iceberg module parent version to 1.8.0-SNAPSHOT.
gluten-hudi/pom.xml Bumps gluten-hudi module parent version to 1.8.0-SNAPSHOT.
gluten-flink/ut/pom.xml Bumps Flink UT module parent version to 1.8.0-SNAPSHOT.
gluten-flink/runtime/pom.xml Bumps Flink runtime module parent version to 1.8.0-SNAPSHOT.
gluten-flink/pom.xml Bumps Flink parent module version to 1.8.0-SNAPSHOT.
gluten-flink/planner/pom.xml Bumps Flink planner module parent version to 1.8.0-SNAPSHOT.
gluten-flink/loader/pom.xml Bumps Flink loader module parent version to 1.8.0-SNAPSHOT.
gluten-flink/docs/Gluten-Flink-troubleshooting.md Updates example jar names/classpath to 1.8.0-SNAPSHOT.
gluten-flink/docs/Flink.md Updates symlink/classpath examples to 1.8.0-SNAPSHOT.
gluten-delta/pom.xml Bumps gluten-delta module parent version to 1.8.0-SNAPSHOT.
gluten-core/pom.xml Bumps gluten-core module parent version to 1.8.0-SNAPSHOT.
gluten-celeborn/pom.xml Bumps gluten-celeborn module parent version to 1.8.0-SNAPSHOT.
gluten-arrow/pom.xml Bumps gluten-arrow module parent version to 1.8.0-SNAPSHOT.
dev/release/bump-version.sh Updates usage example to 1.8.0-SNAPSHOT.
dev/info.sh Updates reported Gluten version to 1.8.0-SNAPSHOT.
backends-velox/pom.xml Bumps Velox backend parent version to 1.8.0-SNAPSHOT.
backends-clickhouse/pom.xml Bumps ClickHouse backend parent version to 1.8.0-SNAPSHOT.

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

@philo-he

Copy link
Copy Markdown
Member Author

@zhouyuan, could you take a look? Thanks.

@philo-he philo-he merged commit 9cf583c into apache:main Jun 23, 2026
114 of 115 checks passed
@prestodb-ci

prestodb-ci commented Jun 23, 2026

Copy link
Copy Markdown

Rebase job

@philo-he philo-he deleted the upgrade-to-1.8.0-SNAPSHOT branch June 23, 2026 01:55
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.

4 participants