nine03 commented on code in PR #2557:
URL: https://github.com/apache/streampipes/pull/2557#discussion_r1524665729


##########
streampipes-extensions/streampipes-processors-transformation-jvm/src/test/java/org/apache/streampipes/processors/transformation/jvm/processor/booloperator/counter/TestBooleanCounterProcessor.java:
##########
@@ -132,15 +122,22 @@ public void disconnect() throws SpRuntimeException {}
     Integer counter = sendEvents(booleanCounter, spOut);

Review Comment:
   I'm getting an error on lines 121-122
   
   ```
   booleanCounter.onPipelineStarted(params, spOut, null);
   Integer counter = sendEvents(booleanCounter, spOut);
   ```
   
   Params, spOut, booleanCounter. There's an error in this part



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to