-
Notifications
You must be signed in to change notification settings - Fork 440
TEZ-4470: typo fixes #264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TEZ-4470: typo fixes #264
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
|
not sure what's happening in the precommit, need to check this week: |
anything i can do to help? |
This comment was marked as outdated.
This comment was marked as outdated.
| 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"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please adjust the asserted message in TestEdge.testScatterGatherManager as well
|
thanks @mlorek for taking care of this |
This comment was marked as outdated.
This comment was marked as outdated.
|
mvnsite errors are related to: |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
|
@abstractdog all good? |
This comment was marked as outdated.
This comment was marked as outdated.
# Conflicts: # tez-runtime-library/src/main/java/org/apache/tez/runtime/library/common/shuffle/orderedgrouped/ShuffleScheduler.java
This comment was marked as outdated.
This comment was marked as outdated.
|
@abstractdog can you take another look? |
|
@mlorek : have you had the chance to check the root cause of test failures in some modules? |
|
@abstractdog I see only 1 failed test and it's not related to my changes:
|
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
|
💔 -1 overall
This message was automatically generated. |
|
this patch waits for a long time, let me check the mvn site problems in the scope of TEZ-4495 |
abstractdog
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
minor fixes in var,method names and comments