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:33:20 UTC

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

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

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


      at a0d3101  [website] Add warining for Avro 1.9.0 users on Beam 2.18.0

This branch includes the following new commits:

     new a0d3101  [website] Add warining for Avro 1.9.0 users on Beam 2.18.0

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 warining for Avro 1.9.0 users on Beam 2.18.0

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
in repository https://gitbox.apache.org/repos/asf/beam.git

commit a0d31015c5cfa8edc3c09879a195eab526c5fe83
Author: Ismaël Mejía <ie...@gmail.com>
AuthorDate: Fri Jan 24 10:33:03 2020 +0100

    [website] Add warining for Avro 1.9.0 users on Beam 2.18.0
---
 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