sv2000 commented on a change in pull request #3108:
URL: https://github.com/apache/incubator-gobblin/pull/3108#discussion_r492802937
##########
File path:
gobblin-runtime/src/main/java/org/apache/gobblin/runtime/AbstractJobLauncher.java
##########
@@ -493,6 +489,10 @@ public void forWorkUnit(WorkUnit workUnit) {
}
});
+ // If it is a streaming source, workunits cannot be counted
Review comment:
Is there a unit test we can add for this? It seems like the previous
location of this block was incorrect. To prevent future regression, it would be
good to add a unit test for this.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]