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 2017/06/24 00:34:34 UTC

[1/2] beam git commit: Fix a typo in function args

Repository: beam
Updated Branches:
  refs/heads/master a90e40ae9 -> 16f87f49f


Fix a typo in function args


Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/e45f522d
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/e45f522d
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/e45f522d

Branch: refs/heads/master
Commit: e45f522d6e945899c20259ebf8faca105c2e552e
Parents: a90e40a
Author: Valentyn Tymofieiev <va...@google.com>
Authored: Fri Jun 23 16:44:49 2017 -0700
Committer: Ahmet Altay <al...@google.com>
Committed: Fri Jun 23 17:34:17 2017 -0700

----------------------------------------------------------------------
 sdks/python/apache_beam/examples/streaming_wordcount.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/e45f522d/sdks/python/apache_beam/examples/streaming_wordcount.py
----------------------------------------------------------------------
diff --git a/sdks/python/apache_beam/examples/streaming_wordcount.py b/sdks/python/apache_beam/examples/streaming_wordcount.py
index f2b179a..4c29f2b 100644
--- a/sdks/python/apache_beam/examples/streaming_wordcount.py
+++ b/sdks/python/apache_beam/examples/streaming_wordcount.py
@@ -33,7 +33,7 @@ import apache_beam.transforms.window as window
 
 def split_fn(lines):
   import re
-  return re.findall(r'[A-Za-z\']+', x)
+  return re.findall(r'[A-Za-z\']+', lines)
 
 
 def run(argv=None):


[2/2] beam git commit: This closes #3435

Posted by al...@apache.org.
This closes #3435


Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/16f87f49
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/16f87f49
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/16f87f49

Branch: refs/heads/master
Commit: 16f87f49f20796e29d01ed363a9097ea5420583c
Parents: a90e40a e45f522
Author: Ahmet Altay <al...@google.com>
Authored: Fri Jun 23 17:34:21 2017 -0700
Committer: Ahmet Altay <al...@google.com>
Committed: Fri Jun 23 17:34:21 2017 -0700

----------------------------------------------------------------------
 sdks/python/apache_beam/examples/streaming_wordcount.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------