You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by al...@apache.org on 2019/03/06 18:25:44 UTC

[beam] branch master updated: Typo fixes to the Beam 2.11 blog.

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 fb425d5  Typo fixes to the Beam 2.11 blog.
fb425d5 is described below

commit fb425d5c4a7607d78f879e790ddebdc7bb5ea68a
Author: Ahmet Altay <aa...@gmail.com>
AuthorDate: Wed Mar 6 10:25:35 2019 -0800

    Typo fixes to the Beam 2.11 blog.
---
 website/src/_posts/2019-03-05-beam-2.11.0.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/website/src/_posts/2019-03-05-beam-2.11.0.md b/website/src/_posts/2019-03-05-beam-2.11.0.md
index 27337b9..99b616e 100644
--- a/website/src/_posts/2019-03-05-beam-2.11.0.md
+++ b/website/src/_posts/2019-03-05-beam-2.11.0.md
@@ -65,7 +65,7 @@ For more information on changes in 2.11.0, check out the
 * Python: futures>=3.2.0,<4.0.0; python_version < "3.0"
 * Python: pyvcf>=0.6.8,<0.7.0; python_version < "3.0"
 * Python: google-apitools>=0.5.26,<0.5.27
-* Python: google-cloud-core==0.28.1'
+* Python: google-cloud-core==0.28.1
 * Python: google-cloud-bigtable==0.31.1
 
 ### I/Os
@@ -80,10 +80,10 @@ For more information on changes in 2.11.0, check out the
 ### New Features / Improvements
 
 * Python 3 (experimental) suppport for DirectRunner and DataflowRunner.
-* Add ZStandard compression support for Java SD
+* Add ZStandard compression support for Java SDK.
 * Python: Add CombineFn.compact, similar to Java.
 * SparkRunner: GroupByKey optimized for non-merging windows.
-* SparkRunner: Add bundleSize parameter to control splitting of Spark sources
+* SparkRunner: Add bundleSize parameter to control splitting of Spark sources.
 * FlinkRunner: Portable runner savepoint / upgrade support.
 
 ### Bugfixes