[
https://issues.apache.org/jira/browse/GEARPUMP-203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15466618#comment-15466618
]
ASF GitHub Bot commented on GEARPUMP-203:
-----------------------------------------
Github user codecov-io commented on the issue:
https://github.com/apache/incubator-gearpump/pull/80
## [Current
coverage](https://codecov.io/gh/apache/incubator-gearpump/pull/80?src=pr) is
69.95% (diff: 88.88%)
> Merging
[#80](https://codecov.io/gh/apache/incubator-gearpump/pull/80?src=pr) into
[master](https://codecov.io/gh/apache/incubator-gearpump/branch/master?src=pr)
will increase coverage by **1.65%**
```diff
@@ master #80 diff @@
==========================================
Files 177 177
Lines 5927 5907 -20
Methods 5606 5591 -15
Messages 0 0
Branches 321 316 -5
==========================================
+ Hits 4048 4132 +84
+ Misses 1879 1775 -104
Partials 0 0
```

> Powered by [Codecov](https://codecov.io?src=pr). Last update
[5bf7c7c...6ce5b1f](https://codecov.io/gh/apache/incubator-gearpump/compare/5bf7c7cb606aca8c8ffc93375b8c6316f8f6624c...6ce5b1fcc4f011f8c1518acf499a12a76ae32df0?src=pr)
> Use DataSourceTask / DataSinkTask for DSL
> ------------------------------------------
>
> Key: GEARPUMP-203
> URL: https://issues.apache.org/jira/browse/GEARPUMP-203
> Project: Apache Gearpump
> Issue Type: Sub-task
> Components: streaming
> Affects Versions: 0.8.1
> Reporter: Manu Zhang
> Assignee: Manu Zhang
>
> Currently, {{source}} operation in DSL will be translated to {{SourceTask}}
> allowing for a passed-in operation processing input data while
> {{DataSourceTask}} is default container running {{DataSource}} API without
> any processing. {{SinkTask}} and {{DataSinkTask}} are almost identical. We
> can improve the latter to account for both cases such that we don't keep two
> sets of implementations.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)