pnowojski commented on a change in pull request #8295: [FLINK-11974][runtime]
Introduce StreamOperatorFactory
URL: https://github.com/apache/flink/pull/8295#discussion_r280463187
##########
File path:
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/graph/JSONGenerator.java
##########
@@ -187,8 +186,6 @@ private void decorateNode(Integer vertexID, ObjectNode
node) {
node.put(PACT, "Operator");
}
- StreamOperator<?> operator =
streamGraph.getStreamNode(vertexID).getOperator();
Review comment:
Is this change relevant to the rest of the PR? If not, could you extract
changes in this file to a separate `[hotfix]` commit?
----------------------------------------------------------------
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]
With regards,
Apache Git Services