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/11/29 23:14:32 UTC

[beam] branch lostluck-patch-5 created (now 364052ba234)

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

lostluck pushed a change to branch lostluck-patch-5
in repository https://gitbox.apache.org/repos/asf/beam.git


      at 364052ba234 List breaking change #24339 in Changes.md

This branch includes the following new commits:

     new 364052ba234 List breaking change #24339 in Changes.md

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[beam] 01/01: List breaking change #24339 in Changes.md

Posted by lo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 364052ba234201345cb409db2ab05c192d604c74
Author: Robert Burke <lo...@users.noreply.github.com>
AuthorDate: Tue Nov 29 15:14:26 2022 -0800

    List breaking change #24339 in Changes.md
---
 CHANGES.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/CHANGES.md b/CHANGES.md
index 293f2c200bf..8282d0fa426 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