You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ro...@apache.org on 2016/12/22 01:59:15 UTC

[1/2] incubator-beam git commit: Fix typo in error message

Repository: incubator-beam
Updated Branches:
  refs/heads/python-sdk 409d067b3 -> 7c5382b33


Fix typo in error message

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

Branch: refs/heads/python-sdk
Commit: b7431df92a73f5c113fc8d34f2792f165af85e77
Parents: 409d067
Author: Robert Bradshaw <ro...@gmail.com>
Authored: Wed Dec 21 16:39:46 2016 -0800
Committer: GitHub <no...@github.com>
Committed: Wed Dec 21 16:39:46 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/b7431df9/sdks/python/apache_beam/pipeline.py
----------------------------------------------------------------------
diff --git a/sdks/python/apache_beam/pipeline.py b/sdks/python/apache_beam/pipeline.py
index 0572466..b9e4daf 100644
--- a/sdks/python/apache_beam/pipeline.py
+++ b/sdks/python/apache_beam/pipeline.py
@@ -231,7 +231,7 @@ class Pipeline(object):
       raise NotImplementedError(
           'Unable to extract PValue inputs from %s; either %s does not accept '
           'inputs of this format, or it does not properly override '
-          '_extract_input_values' % (pvalueish, transform))
+          '_extract_input_pvalues' % (pvalueish, transform))
 
     current = AppliedPTransform(
         self._current_transform(), transform, full_label, inputs)


[2/2] incubator-beam git commit: Closes #1681

Posted by ro...@apache.org.
Closes #1681


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

Branch: refs/heads/python-sdk
Commit: 7c5382b33bc1230d882bde6b8f849943b600e692
Parents: 409d067 b7431df
Author: Robert Bradshaw <ro...@gmail.com>
Authored: Wed Dec 21 17:59:05 2016 -0800
Committer: Robert Bradshaw <ro...@gmail.com>
Committed: Wed Dec 21 17:59:05 2016 -0800

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