This is an automated email from the ASF dual-hosted git repository.
altay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 18071d6 Add SchemaCoder known issue to 2.15.0 release blog
new afeba4c Merge pull request #9444 from TheNeuralBit/patch-1
18071d6 is described below
commit 18071d6894d2a6608f04bfb512737a7f32d03713
Author: Brian Hulette <[email protected]>
AuthorDate: Wed Aug 28 15:27:36 2019 -0700
Add SchemaCoder known issue to 2.15.0 release blog
---
website/src/_posts/2019-08-22-beam-2.15.0.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/website/src/_posts/2019-08-22-beam-2.15.0.md
b/website/src/_posts/2019-08-22-beam-2.15.0.md
index b4a2dcb..4346dcf 100644
--- a/website/src/_posts/2019-08-22-beam-2.15.0.md
+++ b/website/src/_posts/2019-08-22-beam-2.15.0.md
@@ -57,6 +57,7 @@ For more information on changes in 2.15.0, check out the
### Known Issues
* [BEAM-7616](https://issues.apache.org/jira/browse/BEAM-7616) urlopen calls
may get stuck. (Regression from 2.14.0)
+* [BEAM-8111](https://issues.apache.org/jira/browse/BEAM-8111) SchemaCoder
fails on Dataflow, preventing the use of SqlTransform and schema-aware
transforms. (Regression from 2.14.0)
### Breaking Changes