altenchen created FLINK-36402: --------------------------------- Summary: Improper variable naming Key: FLINK-36402 URL: https://issues.apache.org/jira/browse/FLINK-36402 Project: Flink Issue Type: Improvement Components: API / DataStream Affects Versions: 1.18.1 Reporter: altenchen Fix For: 1.18.2
The third input parameter name of the method named visit(ArrayNode jsonArray, List<Integer> toVisit, Map<Integer, Integer> edgeRemapings) in line 72 in class org.apache.flink.streaming.api.graph.JSONGenerator is wrong, because there is no remaping word, the correct parameter name should be edgeRemappings which there are double p words. -- This message was sent by Atlassian Jira (v8.20.10#820010)