pratyakshsharma commented on a change in pull request #1900:
URL: https://github.com/apache/hudi/pull/1900#discussion_r466834370



##########
File path: 
hudi-integ-test/src/main/java/org/apache/hudi/integ/testsuite/dag/nodes/DagNode.java
##########
@@ -76,6 +76,12 @@ public void setParentNodes(List<DagNode<O>> parentNodes) {
     this.parentNodes = parentNodes;
   }
 
+  /**
+   * Execute the {@link DagNode}.
+   *
+   * @param context The context needed for an execute of a node.
+   * @throws Exception Thrown if the Execution failed.

Review comment:
       Execution -> execution.




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to