You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by me...@apache.org on 2018/08/13 22:33:52 UTC

[beam-site] 03/05: Address readability reviews

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

mergebot-role pushed a commit to branch mergebot
in repository https://gitbox.apache.org/repos/asf/beam-site.git

commit b29ac7cb413cbde95c157b8f9d9e7e1bc3a4f67c
Author: Rafael Fernández <rf...@google.com>
AuthorDate: Mon Aug 13 13:57:45 2018 -0700

    Address readability reviews
    
    Now, with better grammar!
    
    Also removes the extra title (not needed)
---
 src/_posts/2018-08-10-beam-2.6.0.md | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/src/_posts/2018-08-10-beam-2.6.0.md b/src/_posts/2018-08-10-beam-2.6.0.md
index 537399c..2f53ad5 100644
--- a/src/_posts/2018-08-10-beam-2.6.0.md
+++ b/src/_posts/2018-08-10-beam-2.6.0.md
@@ -10,8 +10,6 @@ authors:
 
 ---
 
-# Apache Beam version 2.6.0
-
 We are glad to present the new 2.6.0 release of Beam.
 This release includes multiple fixes and new functionalities.
 Specifically, we spent a significant amount of time trying to
@@ -48,7 +46,7 @@ SDK harnesses.
 ### IOs
 
 * Bounded SplittableDoFn support is now available in all
-runners (Note SDF is the new I/O connector API)
+runners (SDF is the new I/O connector API)
 * HBaseIO is the first I/O supporting Bounded SDF (using
   readAll)
 * Miscellaneous Fixes
@@ -58,12 +56,12 @@ runners (Note SDF is the new I/O connector API)
 * Faster Python Avro IO
 * Python Avro IO has a use_fastavro option that will use
 fastavro instead of apache/avro, for a
-[3-6xspeedup!](https://gist.github.com/ryan-williams/ede5ae61605e7ba6aa655071858ef52b)
+[3-6x speedup!](https://gist.github.com/ryan-williams/ede5ae61605e7ba6aa655071858ef52b)
 
 ### Other
 
 * Updates to various dependency versions
-* Improvements on stability, performance, and documentation
+* Improvements to stability, performance, and documentation
 
 # List of Contributors