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/11/11 19:51:33 UTC

[1/2] incubator-beam git commit: Remove the inline from WindowedValue.create()

Repository: incubator-beam
Updated Branches:
  refs/heads/python-sdk 6fb416989 -> 15e78b28a


Remove the inline from WindowedValue.create()


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

Branch: refs/heads/python-sdk
Commit: 1fc9f70bfeec18d62a4141a44f3bbd40151efd85
Parents: 6fb4169
Author: Ahmet Altay <al...@google.com>
Authored: Fri Nov 11 11:43:18 2016 -0800
Committer: Ahmet Altay <al...@google.com>
Committed: Fri Nov 11 11:43:18 2016 -0800

----------------------------------------------------------------------
 sdks/python/apache_beam/utils/windowed_value.pxd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/1fc9f70b/sdks/python/apache_beam/utils/windowed_value.pxd
----------------------------------------------------------------------
diff --git a/sdks/python/apache_beam/utils/windowed_value.pxd b/sdks/python/apache_beam/utils/windowed_value.pxd
index 8799914..41c2986 100644
--- a/sdks/python/apache_beam/utils/windowed_value.pxd
+++ b/sdks/python/apache_beam/utils/windowed_value.pxd
@@ -34,5 +34,5 @@ cdef class WindowedValue(object):
   cdef inline bint _typed_eq(WindowedValue left, WindowedValue right) except? -2
 
 @cython.locals(wv=WindowedValue)
-cdef inline WindowedValue create(
+cdef WindowedValue create(
   object value, int64_t timestamp_micros, object windows)


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

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


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

Branch: refs/heads/python-sdk
Commit: 15e78b28a63f0987d7e361f5f5b4c9b6be532316
Parents: 6fb4169 1fc9f70
Author: Robert Bradshaw <ro...@gmail.com>
Authored: Fri Nov 11 11:51:21 2016 -0800
Committer: Robert Bradshaw <ro...@gmail.com>
Committed: Fri Nov 11 11:51:21 2016 -0800

----------------------------------------------------------------------
 sdks/python/apache_beam/utils/windowed_value.pxd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------