You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lo...@apache.org on 2022/10/28 21:40:14 UTC

[beam] 02/02: Add CHANGES.md line for fix.

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

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

commit 47e4ad0695a50bdaa1dc7cce15c95bf2be6e3f9b
Author: lostluck <13...@users.noreply.github.com>
AuthorDate: Fri Oct 28 14:39:47 2022 -0700

    Add CHANGES.md line for fix.
---
 CHANGES.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/CHANGES.md b/CHANGES.md
index 5a7dad3e0a9..623afdcce5c 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -63,6 +63,11 @@
 * `ParquetIO.withSplit` was removed since splittable reading has been the default behavior since 2.35.0. The effect of
   this change is to drop support for non-splittable reading ([#23832](https://github.com/apache/beam/issues/23832)).
 
+## Bugfixes
+
+*  [Go] Ensure iterated and emitted types are used with the generic register package are registered with the type and schema
+  registries. ([#23889](https://github.com/apache/beam/pull/23889))
+
 # [2.43.0] - Unreleased
 
 ## Highlights