From 7f0b5e65fb1734547b65cf89c7ba62f44c381659 Mon Sep 17 00:00:00 2001 From: prabhnoor0212 Date: Fri, 3 Apr 2026 13:29:05 -0400 Subject: [PATCH 1/2] Add CHANGES.md note for BigQueryEnrichmentHandler duplicate-key fix --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index fa004156fa6f..82713d04af60 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -118,6 +118,7 @@ ## Bugfixes * Fixed ProcessManager not reaping child processes, causing zombie process accumulation on long-running Flink deployments (Java) ([#37930](https://github.com/apache/beam/issues/37930)). +* Fixed BigQueryEnrichmentHandler batch mode dropping earlier requests when multiple requests share the same enrichment key (Python) ([#38035](https://github.com/apache/beam/issues/38035)). ## Security Fixes From f2e5700990474622ae71d3e6175100503994e69b Mon Sep 17 00:00:00 2001 From: tvalentyn Date: Fri, 3 Apr 2026 11:01:10 -0700 Subject: [PATCH 2/2] Update CHANGES.md --- CHANGES.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 82713d04af60..319520f94309 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -80,7 +80,7 @@ ## Bugfixes -* Fixed X (Java/Python) ([#X](https://github.com/apache/beam/issues/X)). +* Fixed BigQueryEnrichmentHandler batch mode dropping earlier requests when multiple requests share the same enrichment key (Python) ([#38035](https://github.com/apache/beam/issues/38035)). ## Security Fixes @@ -118,7 +118,6 @@ ## Bugfixes * Fixed ProcessManager not reaping child processes, causing zombie process accumulation on long-running Flink deployments (Java) ([#37930](https://github.com/apache/beam/issues/37930)). -* Fixed BigQueryEnrichmentHandler batch mode dropping earlier requests when multiple requests share the same enrichment key (Python) ([#38035](https://github.com/apache/beam/issues/38035)). ## Security Fixes