[GitHub] apex-malhar pull request #316: High-level WindowedStream API (Review only)

2016-06-20 Thread brightchen
Github user brightchen commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/316#discussion_r67746283 --- Diff: library/src/main/java/com/datatorrent/lib/window/WindowOption.java --- @@ -0,0 +1,143 @@ +package com.datatorrent.lib.window; +

[GitHub] apex-malhar pull request #316: High-level WindowedStream API (Review only)

2016-06-09 Thread davidyan74
Github user davidyan74 commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/316#discussion_r6655 --- Diff: library/src/main/java/com/datatorrent/lib/window/WindowOption.java --- @@ -0,0 +1,143 @@ +package com.datatorrent.lib.window; +

[GitHub] apex-malhar pull request #316: High-level WindowedStream API (Review only)

2016-06-09 Thread ilganeli
Github user ilganeli commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/316#discussion_r66521781 --- Diff: library/src/main/java/com/datatorrent/lib/window/WindowOption.java --- @@ -0,0 +1,143 @@ +package com.datatorrent.lib.window; +

[GitHub] apex-malhar pull request #316: High-level WindowedStream API (Review only)

2016-06-09 Thread davidyan74
Github user davidyan74 commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/316#discussion_r66520156 --- Diff: library/src/main/java/com/datatorrent/lib/window/WindowOption.java --- @@ -0,0 +1,143 @@ +package com.datatorrent.lib.window; +

[GitHub] apex-malhar pull request #316: High-level WindowedStream API (Review only)

2016-06-09 Thread davidyan74
Github user davidyan74 commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/316#discussion_r66519944 --- Diff: library/src/main/java/com/datatorrent/lib/window/TriggerOption.java --- @@ -0,0 +1,55 @@ +package com.datatorrent.lib.window; +

[GitHub] apex-malhar pull request #316: High-level WindowedStream API (Review only)

2016-06-09 Thread brennonyork
Github user brennonyork commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/316#discussion_r66516800 --- Diff: library/src/main/java/com/datatorrent/lib/window/Quantification.java --- @@ -0,0 +1,31 @@ +package com.datatorrent.lib.window; +

[GitHub] apex-malhar pull request #316: High-level WindowedStream API (Review only)

2016-06-09 Thread ilganeli
Github user ilganeli commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/316#discussion_r66509870 --- Diff: library/src/main/java/com/datatorrent/lib/window/WindowOption.java --- @@ -0,0 +1,143 @@ +package com.datatorrent.lib.window; +

[GitHub] apex-malhar pull request #316: High-level WindowedStream API (Review only)

2016-06-09 Thread ilganeli
Github user ilganeli commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/316#discussion_r66509670 --- Diff: library/src/main/java/com/datatorrent/lib/window/WindowOption.java --- @@ -0,0 +1,143 @@ +package com.datatorrent.lib.window; +

[GitHub] apex-malhar pull request #316: High-level WindowedStream API (Review only)

2016-06-09 Thread ilganeli
Github user ilganeli commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/316#discussion_r66509566 --- Diff: library/src/main/java/com/datatorrent/lib/window/WindowOption.java --- @@ -0,0 +1,143 @@ +package com.datatorrent.lib.window; +

[GitHub] apex-malhar pull request #316: High-level WindowedStream API (Review only)

2016-06-09 Thread ilganeli
Github user ilganeli commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/316#discussion_r66509455 --- Diff: library/src/main/java/com/datatorrent/lib/window/WindowOption.java --- @@ -0,0 +1,143 @@ +package com.datatorrent.lib.window; +

[GitHub] apex-malhar pull request #316: High-level WindowedStream API (Review only)

2016-06-09 Thread gauravgopi123
Github user gauravgopi123 commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/316#discussion_r66509417 --- Diff: stream/src/main/java/org/apache/apex/malhar/stream/api/CompositeStreamTransform.java --- @@ -0,0 +1,29 @@ +/** + * Licensed to

[GitHub] apex-malhar pull request #316: High-level WindowedStream API (Review only)

2016-06-09 Thread ilganeli
Github user ilganeli commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/316#discussion_r66509223 --- Diff: stream/src/test/java/org/apache/apex/malhar/stream/sample/ApplicationWithWindowedStreamAPI.java --- @@ -0,0 +1,41 @@ +package

[GitHub] apex-malhar pull request #316: High-level WindowedStream API (Review only)

2016-06-09 Thread ilganeli
Github user ilganeli commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/316#discussion_r66509305 --- Diff: library/src/main/java/com/datatorrent/lib/window/WindowOption.java --- @@ -0,0 +1,143 @@ +package com.datatorrent.lib.window; +

[GitHub] apex-malhar pull request #316: High-level WindowedStream API (Review only)

2016-06-09 Thread ilganeli
Github user ilganeli commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/316#discussion_r66508497 --- Diff: library/src/main/java/com/datatorrent/lib/window/Quantification.java --- @@ -0,0 +1,31 @@ +package com.datatorrent.lib.window; +

[GitHub] apex-malhar pull request #316: High-level WindowedStream API (Review only)

2016-06-09 Thread gauravgopi123
Github user gauravgopi123 commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/316#discussion_r66507851 --- Diff: stream/pom.xml --- @@ -94,6 +94,18 @@ cglib 3.2.1 + + + org.twitter4j +

[GitHub] apex-malhar pull request #316: High-level WindowedStream API (Review only)

2016-06-08 Thread siyuanh
GitHub user siyuanh opened a pull request: https://github.com/apache/apex-malhar/pull/316 High-level WindowedStream API (Review only) You can merge this pull request into a Git repository by running: $ git pull https://github.com/siyuanh/incubator-apex-malhar stream