You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ib...@apache.org on 2020/03/26 01:30:58 UTC

[beam] branch 220-changelog created (now de01ff6)

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

ibzib pushed a change to branch 220-changelog
in repository https://gitbox.apache.org/repos/asf/beam.git.


      at de01ff6  Add notes to change log.

This branch includes the following new commits:

     new de01ff6  Add notes to change log.

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: Add notes to change log.

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

ibzib pushed a commit to branch 220-changelog
in repository https://gitbox.apache.org/repos/asf/beam.git

commit de01ff626c56850b5ff82a551fa20c974f2689df
Author: Kyle Weaver <kc...@google.com>
AuthorDate: Wed Mar 25 18:30:42 2020 -0700

    Add notes to change log.
---
 CHANGES.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/CHANGES.md b/CHANGES.md
index 18efac4..76e3da7 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -120,11 +120,14 @@
 * Fixed numpy operators in ApproximateQuantiles (Python) ([BEAM-9579](https://issues.apache.org/jira/browse/BEAM-9579)).
 * Fixed exception when running in IPython notebook (Python) ([BEAM-X9277](https://issues.apache.org/jira/browse/BEAM-9277)).
 * Fixed 1833 (Python) ([BEAM-1833](https://issues.apache.org/jira/browse/BEAM-1833))
+* Fixed Flink uberjar job termination bug. ([BEAM-9225](https://issues.apache.org/jira/browse/BEAM-9225))
+* Fixed SyntaxError in process worker startup ([BEAM-9503](https://issues.apache.org/jira/browse/BEAM-9503))
 
 ## Known Issues
 
 * ([BEAM-X](https://issues.apache.org/jira/browse/BEAM-X)).
 * ([BEAM-9322](https://issues.apache.org/jira/browse/BEAM-9322)).
+* Python SDK `pre_optimize=all` experiment may cause error ([BEAM-9445](https://issues.apache.org/jira/browse/BEAM-9445))
 
 # [2.19.0] - 2020-01-31