This is an automated email from the ASF dual-hosted git repository.

Abacn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 632f1e45d16 [runners-spark] Spark 4 follow-up: Announce in CHANGES.md 
and address remaining review comments from #38255 (#38489)
632f1e45d16 is described below

commit 632f1e45d1663d100ced83d16ef27450b2eab12e
Author: Tobias Kaymak <[email protected]>
AuthorDate: Wed May 13 22:00:23 2026 +0200

    [runners-spark] Spark 4 follow-up: Announce in CHANGES.md and address 
remaining review comments from #38255 (#38489)
    
    * [runners-spark] Spark 4 follow-up: address remaining review comments from 
#38255
    
    Addresses two trailing review comments left on PR #38255 at the
    approved/merged head SHA that were never folded in before merge:
    
    - Restore the `feature Y added to Java SDK` placeholder line in
      CHANGES.md Highlights (lost to a rebase). Comment:
      https://github.com/apache/beam/pull/38255#discussion_r3204237226
    
    - Delete two orphaned `.github/trigger_files/*.json`:
      - `beam_PreCommit_Java_Spark4_Versions.json`: its workflow YAML was
        deleted in #38255.
      - `beam_PostCommit_Java_ValidatesRunner_Spark4StructuredStreaming.json`:
        flagged as "not effective yet"; since then, #38478 renamed the
        associated workflow YAML to
        `beam_PostCommit_Java_ValidatesRunner_Spark4.yml`, so this trigger
        JSON is doubly orphaned.
      Comment:
      https://github.com/apache/beam/pull/38255#discussion_r3204241059
    
    The renamed workflow YAML stays in place; per the trigger-files
    convention these JSONs are only added when an author wants to manually
    trigger a specific PostCommit.
    
    * Update CHANGES.md
    
    Co-authored-by: gemini-code-assist[bot] 
<176961590+gemini-code-assist[bot]@users.noreply.github.com>
    
    * Fix CHANGES.md URL: /pull/N -> /issues/N for validateChanges
    
    * Update CHANGES.md
    
    Co-authored-by: Yi Hu <[email protected]>
    
    ---------
    
    Co-authored-by: gemini-code-assist[bot] 
<176961590+gemini-code-assist[bot]@users.noreply.github.com>
    Co-authored-by: Yi Hu <[email protected]>
---
 ...beam_PostCommit_Java_ValidatesRunner_Spark4StructuredStreaming.json | 3 ---
 .github/trigger_files/beam_PreCommit_Java_Spark4_Versions.json         | 3 ---
 CHANGES.md                                                             | 2 ++
 3 files changed, 2 insertions(+), 6 deletions(-)

diff --git 
a/.github/trigger_files/beam_PostCommit_Java_ValidatesRunner_Spark4StructuredStreaming.json
 
b/.github/trigger_files/beam_PostCommit_Java_ValidatesRunner_Spark4StructuredStreaming.json
deleted file mode 100644
index c4edaa85a89..00000000000
--- 
a/.github/trigger_files/beam_PostCommit_Java_ValidatesRunner_Spark4StructuredStreaming.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
-  "comment": "Modify this file in a trivial way to cause this test suite to 
run"
-}
diff --git a/.github/trigger_files/beam_PreCommit_Java_Spark4_Versions.json 
b/.github/trigger_files/beam_PreCommit_Java_Spark4_Versions.json
deleted file mode 100644
index c4edaa85a89..00000000000
--- a/.github/trigger_files/beam_PreCommit_Java_Spark4_Versions.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
-  "comment": "Modify this file in a trivial way to cause this test suite to 
run"
-}
diff --git a/CHANGES.md b/CHANGES.md
index 058e19ea743..ca911e52a7a 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -60,6 +60,8 @@
 ## Highlights
 
 * New highly anticipated feature X added to Python SDK 
([#X](https://github.com/apache/beam/issues/X)).
+* New highly anticipated feature Y added to Java SDK 
([#Y](https://github.com/apache/beam/issues/Y)).
+* Spark 4 runner support for Java SDK 
([#38255](https://github.com/apache/beam/issues/38255)).
 
 ## I/Os
 

Reply via email to