pratyakshsharma commented on a change in pull request #1900:
URL: https://github.com/apache/hudi/pull/1900#discussion_r466834278
##########
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.
Review comment:
execute -> 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:
[email protected]