Efrat19 commented on code in PR #26388:
URL: https://github.com/apache/flink/pull/26388#discussion_r2030135121
##########
flink-runtime/src/test/java/org/apache/flink/streaming/api/operators/source/TestingSourceOperator.java:
##########
@@ -103,7 +103,6 @@ public TestingSourceOperator(
this.subtaskIndex = subtaskIndex;
this.parallelism = parallelism;
- this.metrics =
UnregisteredMetricGroups.createUnregisteredOperatorMetricGroup();
Review Comment:
Already defined by
https://github.com/apache/flink/blob/master/flink-runtime/src/test/java/org/apache/flink/streaming/runtime/tasks/StreamMockEnvironment.java#L139
--
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]