From 364052ba234201345cb409db2ab05c192d604c74 Mon Sep 17 00:00:00 2001 From: Robert Burke Date: Tue, 29 Nov 2022 15:14:26 -0800 Subject: [PATCH 1/2] List breaking change #24339 in Changes.md --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 293f2c200bf0..8282d0fa4269 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -84,6 +84,8 @@ TextIO) and will now need to declare the dependency. * `beam-sdks-java-core` is no longer a dependency of the Java SDK Harness. Users of a portable runner (such as Dataflow Runner v2) will need to provide this package and its dependencies. +* Slices now use the Beam Iterable Coder. This enables cross lang use, but breaks pipleine updates + if a Slice type is used as a PCollection element or State API element. (Go)[#24339](https://github.com/apache/beam/issues/24339) ## Deprecations From 491b9a72e492e0fd0e2024d08ae6a4adcc006b1c Mon Sep 17 00:00:00 2001 From: Robert Burke Date: Tue, 29 Nov 2022 15:24:10 -0800 Subject: [PATCH 2/2] typo --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 8282d0fa4269..e1558909518d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -84,7 +84,7 @@ TextIO) and will now need to declare the dependency. * `beam-sdks-java-core` is no longer a dependency of the Java SDK Harness. Users of a portable runner (such as Dataflow Runner v2) will need to provide this package and its dependencies. -* Slices now use the Beam Iterable Coder. This enables cross lang use, but breaks pipleine updates +* Slices now use the Beam Iterable Coder. This enables cross language use, but breaks pipeline updates if a Slice type is used as a PCollection element or State API element. (Go)[#24339](https://github.com/apache/beam/issues/24339) ## Deprecations