One more TaggedOutput name change. Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/c141ebc4 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/c141ebc4 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/c141ebc4
Branch: refs/heads/master Commit: c141ebc4ac8088c782d6b74ee38042a72ed342f3 Parents: e3a0e26 Author: Robert Bradshaw <[email protected]> Authored: Wed May 3 17:39:32 2017 -0700 Committer: Robert Bradshaw <[email protected]> Committed: Thu May 4 10:19:53 2017 -0700 ---------------------------------------------------------------------- sdks/python/apache_beam/runners/common.pxd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam/blob/c141ebc4/sdks/python/apache_beam/runners/common.pxd ---------------------------------------------------------------------- diff --git a/sdks/python/apache_beam/runners/common.pxd b/sdks/python/apache_beam/runners/common.pxd index f3395c1..53f7aa8 100644 --- a/sdks/python/apache_beam/runners/common.pxd +++ b/sdks/python/apache_beam/runners/common.pxd @@ -21,7 +21,7 @@ from apache_beam.utils.windowed_value cimport WindowedValue from apache_beam.metrics.execution cimport ScopedMetricsContainer -cdef type OutputValue, TimestampedValue +cdef type TaggedOutput, TimestampedValue cdef class Receiver(object):
