You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ie...@apache.org on 2020/01/24 09:34:31 UTC

[beam] branch iemejia-patch-1-1 created (now 65f560c)

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

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


      at 65f560c  [website] Add warning on Beam 2.18.0 blog post for Avro 1.9.0 users

This branch includes the following new commits:

     new 65f560c  [website] Add warning on Beam 2.18.0 blog post for Avro 1.9.0 users

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: [website] Add warning on Beam 2.18.0 blog post for Avro 1.9.0 users

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

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

commit 65f560c601419b710ded1e36daf504ff1f57e8ee
Author: Ismaël Mejía <ie...@gmail.com>
AuthorDate: Fri Jan 24 10:34:19 2020 +0100

    [website] Add warning on Beam 2.18.0 blog post for Avro 1.9.0 users
---
 website/src/_posts/2020-01-13-beam-2.18.0.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/website/src/_posts/2020-01-13-beam-2.18.0.md b/website/src/_posts/2020-01-13-beam-2.18.0.md
index c434645..7c403e6 100644
--- a/website/src/_posts/2020-01-13-beam-2.18.0.md
+++ b/website/src/_posts/2020-01-13-beam-2.18.0.md
@@ -30,6 +30,11 @@ See the [download page]({{ site.baseurl }}/get-started/downloads/#2180-2020-01-2
 For more information on changes in 2.18.0, check out the
 [detailed release notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12346383&projectId=12319527).
 
+Warning: If you are using Avro 1.9.x with Beam you should not migrate to this
+version because of [an issue on date
+conversions](https://issues.apache.org/jira/browse/BEAM-9144). A fix will be
+included in Beam 2.19.0.
+
 ## Highlights
 
  * [BEAM-8470](https://issues.apache.org/jira/browse/BEAM-8470) - Create a new Spark runner based on Spark Structured streaming framework