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/04/07 17:58:11 UTC

[1/2] beam git commit: Use absolute import for dataflow iobase test.

Repository: beam
Updated Branches:
  refs/heads/master e0df45850 -> 661c06652


Use absolute import for dataflow iobase test.

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

Branch: refs/heads/master
Commit: aac8b03289a296011a976b1edc0f66991e13013a
Parents: e0df458
Author: Robert Bradshaw <ro...@gmail.com>
Authored: Wed Apr 5 11:55:20 2017 -0700
Committer: Ahmet Altay <al...@google.com>
Committed: Fri Apr 7 10:57:47 2017 -0700

----------------------------------------------------------------------
 sdks/python/apache_beam/runners/dataflow/native_io/iobase_test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/aac8b032/sdks/python/apache_beam/runners/dataflow/native_io/iobase_test.py
----------------------------------------------------------------------
diff --git a/sdks/python/apache_beam/runners/dataflow/native_io/iobase_test.py b/sdks/python/apache_beam/runners/dataflow/native_io/iobase_test.py
index 1f82fdf..7610baf 100644
--- a/sdks/python/apache_beam/runners/dataflow/native_io/iobase_test.py
+++ b/sdks/python/apache_beam/runners/dataflow/native_io/iobase_test.py
@@ -21,7 +21,7 @@
 import unittest
 
 from apache_beam import error, pvalue
-from iobase import (
+from apache_beam.runners.dataflow.native_io.iobase import (
     _dict_printable_fields,
     _NativeWrite,
     ConcatPosition,


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

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


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

Branch: refs/heads/master
Commit: 661c06652da5d853904a74c5313ae978a29a60b7
Parents: e0df458 aac8b03
Author: Ahmet Altay <al...@google.com>
Authored: Fri Apr 7 10:57:57 2017 -0700
Committer: Ahmet Altay <al...@google.com>
Committed: Fri Apr 7 10:57:57 2017 -0700

----------------------------------------------------------------------
 sdks/python/apache_beam/runners/dataflow/native_io/iobase_test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------