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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]