Skip to content

Commit 0d2854a

Browse files
committed
docs: add Spark 4 runner entry to CHANGES.md
Called out in /ultrareview as a missing contributor checklist item. Adds a Highlight line and a New Features / Improvements entry under the 2.74.0 Unreleased section, referencing issue #36841.
1 parent b156bc8 commit 0d2854a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
## Highlights
6161

6262
* New highly anticipated feature X added to Python SDK ([#X](https://github.com/apache/beam/issues/X)).
63-
* New highly anticipated feature Y added to Java SDK ([#Y](https://github.com/apache/beam/issues/Y)).
63+
* Experimental Spark 4 structured streaming runner added (Java), built against Spark 4.0.2 / Scala 2.13 and requiring Java 17 ([#36841](https://github.com/apache/beam/issues/36841)).
6464

6565
## I/Os
6666

@@ -74,6 +74,10 @@
7474
compatible. Both coders can decode encoded bytes from the other coder
7575
([#38139](https://github.com/apache/beam/issues/38139)).
7676
* (Python) Added type alias for with_exception_handling to be used for typehints. ([#38173](https://github.com/apache/beam/issues/38173)).
77+
* (Java) Added a Spark 4 runner module (`:runners:spark:4`) and job-server
78+
(`:runners:spark:4:job-server`). Batch-only; streaming is not yet supported.
79+
The shared Spark source in `runners/spark/src/` is now compatible with both
80+
Scala 2.12 (Spark 3) and Scala 2.13 (Spark 4) ([#36841](https://github.com/apache/beam/issues/36841)).
7781

7882
## Breaking Changes
7983

0 commit comments

Comments
 (0)