github-actions[bot] opened a new issue #63: URL: https://github.com/apache/incubator-wayang/issues/63
ExecutionPlan.toJsonList add documentation labels:documentation,todo @return https://github.com/apache/incubator-wayang/blob/fe066b31d72e8789886aa1217f2516c576195a32/wayang-commons/wayang-core/src/main/java/org/apache/wayang/core/plan/executionplan/ExecutionPlan.java#L99 ```java return sb.toString(); } /** * TODO: ExecutionPlan.toJsonList add documentation * labels:documentation,todo * * @return */ public List<Map> toJsonList() { Counter<ExecutionStage> stageActivationCounter = new Counter<>(); Queue<ExecutionStage> activatedStages = new LinkedList<>(this.startingStages); ``` eb7c56cfe3a29a574d5f0fac8781f9389527d5ea -- 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]
