You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "abstractdog (via GitHub)" <gi...@apache.org> on 2023/02/15 07:54:57 UTC

[GitHub] [tez] abstractdog commented on a diff in pull request #264: TEZ-4470: typo fixes

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


##########
tez-dag/src/main/java/org/apache/tez/dag/app/dag/impl/ScatterGatherEdgeManager.java:
##########
@@ -55,12 +55,12 @@ public void initialize() {
   public int getNumDestinationTaskPhysicalInputs(int destinationTaskIndex) {
     return getContext().getSourceVertexNumTasks();
   }
-  
+
   @Override
   public int getNumSourceTaskPhysicalOutputs(int sourceTaskIndex) {
     int physicalOutputs = getContext().getDestinationVertexNumTasks();
     Preconditions.checkArgument(physicalOutputs >= 0,
-        "ScatteGather edge manager must have destination vertex task parallelism specified");
+        "ScatterGather edge manager must have destination vertex task parallelism specified");

Review Comment:
   please adjust the asserted message in TestEdge.testScatterGatherManager as well



-- 
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-unsubscribe@tez.apache.org

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