You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ke...@apache.org on 2017/03/08 22:13:39 UTC

[1/2] beam git commit: Fixup typo in WindowingStrategies

Repository: beam
Updated Branches:
  refs/heads/master 59909c6a7 -> f14b27409


Fixup typo in WindowingStrategies


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

Branch: refs/heads/master
Commit: 61c23ff41559d37fdb4af530acf0481a1f2f24e4
Parents: 29d9bd3
Author: Kenneth Knowles <kl...@google.com>
Authored: Wed Mar 8 13:46:35 2017 -0800
Committer: Kenneth Knowles <kl...@google.com>
Committed: Wed Mar 8 13:46:35 2017 -0800

----------------------------------------------------------------------
 .../main/java/org/apache/beam/sdk/util/WindowingStrategies.java   | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/61c23ff4/sdks/java/core/src/main/java/org/apache/beam/sdk/util/WindowingStrategies.java
----------------------------------------------------------------------
diff --git a/sdks/java/core/src/main/java/org/apache/beam/sdk/util/WindowingStrategies.java b/sdks/java/core/src/main/java/org/apache/beam/sdk/util/WindowingStrategies.java
index 7bc581c..40f2a66 100644
--- a/sdks/java/core/src/main/java/org/apache/beam/sdk/util/WindowingStrategies.java
+++ b/sdks/java/core/src/main/java/org/apache/beam/sdk/util/WindowingStrategies.java
@@ -120,8 +120,7 @@ public class WindowingStrategies implements Serializable {
 
   public static RunnerApi.OutputTime toProto(OutputTimeFn<?> outputTimeFn) {
     if (outputTimeFn instanceof WindowingStrategy.CombineWindowFnOutputTimes) {
-      return OutputTimeFns.toProto(
-          ((CombineWindowFnOutputTimes<?>) outputTimeFn).getOutputTimeFn());
+      return toProto(((CombineWindowFnOutputTimes<?>) outputTimeFn).getOutputTimeFn());
     } else {
       return OutputTimeFns.toProto(outputTimeFn);
     }


[2/2] beam git commit: This closes #2201: Fixup typo in WindowingStrategies

Posted by ke...@apache.org.
This closes #2201: Fixup typo in WindowingStrategies


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

Branch: refs/heads/master
Commit: f14b274098ece05e4ab5d72b8ee1ad6eeda716a0
Parents: 59909c6 61c23ff
Author: Kenneth Knowles <kl...@google.com>
Authored: Wed Mar 8 14:13:22 2017 -0800
Committer: Kenneth Knowles <kl...@google.com>
Committed: Wed Mar 8 14:13:22 2017 -0800

----------------------------------------------------------------------
 .../main/java/org/apache/beam/sdk/util/WindowingStrategies.java   | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------