abstractdog commented on code in PR #293:
URL: https://github.com/apache/tez/pull/293#discussion_r1238886458


##########
tez-dag/src/test/java/org/apache/tez/dag/app/dag/impl/TestVertexImpl.java:
##########
@@ -809,9 +809,10 @@ private DAGPlan createDAGPlanWithNonExistVertexManager() {
      return dag;
   }
 
-  private DAGPlan createDAGPlanWithMixedEdges() {
+  private DAGPlan createDAGPlanWithMixedEdges(String dagNeme) {
     LOG.info("Setting up mixed edge dag plan");
-    org.apache.tez.dag.api.DAG dag = 
org.apache.tez.dag.api.DAG.create("MixedEdges");
+    org.apache.tez.dag.api.DAG dag =
+        org.apache.tez.dag.api.DAG.create("Dag-MixedEdges-" + dagNeme);

Review Comment:
   typo: neme



-- 
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: issues-unsubscr...@tez.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to