[GitHub] apex-malhar pull request #319: APEXMALHAR-2085: REVIEW ONLY: Operator suppor...

2016-07-05 Thread vrozov
Github user vrozov commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/319#discussion_r69658261 --- Diff: library/src/test/java/org/apache/apex/malhar/lib/window/SumAccumulation.java --- @@ -0,0 +1,55 @@ +/** + * Licensed to the Apache

[GitHub] apex-malhar pull request #319: APEXMALHAR-2085: REVIEW ONLY: Operator suppor...

2016-07-05 Thread davidyan74
Github user davidyan74 commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/319#discussion_r69614566 --- Diff: library/src/main/java/org/apache/apex/malhar/lib/window/WindowedStorage.java --- @@ -0,0 +1,88 @@ +/** + * Licensed to the Apache

[GitHub] apex-malhar pull request #319: APEXMALHAR-2085: REVIEW ONLY: Operator suppor...

2016-07-05 Thread davidyan74
Github user davidyan74 commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/319#discussion_r69614298 --- Diff: library/src/main/java/org/apache/apex/malhar/lib/window/Accumulation.java --- @@ -0,0 +1,76 @@ +/** + * Licensed to the Apache

[GitHub] apex-malhar pull request #319: APEXMALHAR-2085: REVIEW ONLY: Operator suppor...

2016-07-01 Thread bhupeshchawda
Github user bhupeshchawda commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/319#discussion_r69312802 --- Diff: library/src/main/java/org/apache/apex/malhar/lib/window/WindowedStorage.java --- @@ -0,0 +1,88 @@ +/** + * Licensed to the

[GitHub] apex-malhar pull request #319: APEXMALHAR-2085: REVIEW ONLY: Operator suppor...

2016-06-27 Thread davidyan74
Github user davidyan74 commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/319#discussion_r68675229 --- Diff: library/src/main/java/org/apache/apex/malhar/lib/window/TriggerOption.java --- @@ -0,0 +1,278 @@ +/** + * Licensed to the Apache

[GitHub] apex-malhar pull request #319: APEXMALHAR-2085: REVIEW ONLY: Operator suppor...

2016-06-27 Thread davidyan74
Github user davidyan74 commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/319#discussion_r68675191 --- Diff: library/src/main/java/org/apache/apex/malhar/lib/window/Window.java --- @@ -0,0 +1,179 @@ +/** + * Licensed to the Apache Software

[GitHub] apex-malhar pull request #319: APEXMALHAR-2085: REVIEW ONLY: Operator suppor...

2016-06-27 Thread chinmaykolhatkar
Github user chinmaykolhatkar commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/319#discussion_r68659163 --- Diff: library/src/main/java/org/apache/apex/malhar/lib/window/TriggerOption.java --- @@ -0,0 +1,278 @@ +/** + * Licensed to the

[GitHub] apex-malhar pull request #319: APEXMALHAR-2085: REVIEW ONLY: Operator suppor...

2016-06-27 Thread chinmaykolhatkar
Github user chinmaykolhatkar commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/319#discussion_r68658531 --- Diff: library/src/main/java/org/apache/apex/malhar/lib/window/impl/AbstractWindowedOperator.java --- @@ -0,0 +1,490 @@ +/** + *

[GitHub] apex-malhar pull request #319: APEXMALHAR-2085: REVIEW ONLY: Operator suppor...

2016-06-27 Thread chinmaykolhatkar
Github user chinmaykolhatkar commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/319#discussion_r68658247 --- Diff: library/src/main/java/org/apache/apex/malhar/lib/window/impl/AbstractWindowedOperator.java --- @@ -0,0 +1,490 @@ +/** + *

[GitHub] apex-malhar pull request #319: APEXMALHAR-2085: REVIEW ONLY: Operator suppor...

2016-06-24 Thread brightchen
Github user brightchen commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/319#discussion_r68475212 --- Diff: library/src/main/java/org/apache/apex/malhar/lib/window/Window.java --- @@ -0,0 +1,179 @@ +/** + * Licensed to the Apache Software

[GitHub] apex-malhar pull request #319: APEXMALHAR-2085: REVIEW ONLY: Operator suppor...

2016-06-24 Thread chinmaykolhatkar
Github user chinmaykolhatkar commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/319#discussion_r68474418 --- Diff: library/src/main/java/org/apache/apex/malhar/lib/window/impl/AbstractWindowedOperator.java --- @@ -0,0 +1,486 @@ +/** + *

[GitHub] apex-malhar pull request #319: APEXMALHAR-2085: REVIEW ONLY: Operator suppor...

2016-06-24 Thread davidyan74
Github user davidyan74 commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/319#discussion_r68450198 --- Diff: library/src/main/java/org/apache/apex/malhar/lib/window/impl/KeyedWindowedOperatorImpl.java --- @@ -0,0 +1,159 @@ +/** + *