[
https://issues.apache.org/jira/browse/GEARPUMP-316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16040028#comment-16040028
]
ASF GitHub Bot commented on GEARPUMP-316:
-----------------------------------------
Github user codecov-io commented on the issue:
https://github.com/apache/incubator-gearpump/pull/186
#
[Codecov](https://codecov.io/gh/apache/incubator-gearpump/pull/186?src=pr&el=h1)
Report
> Merging
[#186](https://codecov.io/gh/apache/incubator-gearpump/pull/186?src=pr&el=desc)
into
[master](https://codecov.io/gh/apache/incubator-gearpump/commit/c1370d9bf21b62c964d107a1f24765770116a316?src=pr&el=desc)
will **decrease** coverage by `0.32%`.
> The diff coverage is `69.53%`.
```diff
@@ Coverage Diff @@
## master #186 +/- ##
=========================================
- Coverage 71.92% 71.6% -0.33%
=========================================
Files 191 189 -2
Lines 6087 6081 -6
Branches 532 536 +4
=========================================
- Hits 4378 4354 -24
- Misses 1709 1727 +18
```
> Don't enforce groupBy after window
> ----------------------------------
>
> Key: GEARPUMP-316
> URL: https://issues.apache.org/jira/browse/GEARPUMP-316
> Project: Apache Gearpump
> Issue Type: Sub-task
> Components: streaming
> Reporter: Manu Zhang
> Assignee: Manu Zhang
>
> Return a normal Stream instead of WindowStream on window function. Window
> function defines a boundary (window) for elements and the following
> operations should fall in corresponding boundaries. The boundary should not
> change until a new window function is defined. The default boundary is the
> {{GlobalWindows}} if not defined.
> This means there will be a window context for each underlying task. Elements
> are emitted in terms of the trigger semantics.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)