Skip to content

build(java): bump Spark 4 from 4.1.1 to 4.1.2#8813

Merged
robert3005 merged 2 commits into
vortex-data:developfrom
jackylee-ch:spark-4.1.2-upgrade
Jul 17, 2026
Merged

build(java): bump Spark 4 from 4.1.1 to 4.1.2#8813
robert3005 merged 2 commits into
vortex-data:developfrom
jackylee-ch:spark-4.1.2-upgrade

Conversation

@jackylee-ch

Copy link
Copy Markdown
Contributor

Rationale for this change

Spark 4.1.2 is the latest maintenance release of the 4.1 line on Maven Central,
containing bug fixes over 4.1.1. Keeping the Spark 4 dependency current picks up those
fixes for the vortex-spark_2.13 builds. Companion to #8812, which bumps the Spark 3
line.

What changes are included in this PR?

A one-line version bump in java/gradle/libs.versions.toml: spark4 = "4.1.1"
spark4 = "4.1.2". No code changes.

Verified locally against 4.1.2 with :vortex-spark_2.13:test: 120 tests ran, all
passed except VortexDataSourceS3MockTest, which failed only because the local Docker
daemon was not running (Testcontainers infrastructure requirement, unrelated to the
Spark version).

What APIs are changed? Are there any user-facing changes?

None. Spark 4.1.2 is a drop-in maintenance upgrade; no connector code or public API
is touched.

Signed-off-by: jackylee <qcsd2011@gmail.com>
@robert3005 robert3005 added the changelog/chore A trivial change label Jul 17, 2026
@robert3005
robert3005 enabled auto-merge (squash) July 17, 2026 12:52
@codspeed-hq

codspeed-hq Bot commented Jul 17, 2026

Copy link
Copy Markdown

Merging this PR will not alter performance

✅ 1670 untouched benchmarks
⏩ 53 skipped benchmarks1


Comparing jackylee-ch:spark-4.1.2-upgrade (b1ab074) with develop (60c1227)2

Open in CodSpeed

Footnotes

  1. 53 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

  2. No successful run was found on develop (3513367) during the generation of this report, so 60c1227 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

Signed-off-by: Robert Kruszewski <github@robertk.io>
@robert3005
robert3005 merged commit 94c4e96 into vortex-data:develop Jul 17, 2026
74 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog/chore A trivial change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants