Uh oh!
There was an error while loading. Please reload this page.
TEZ-4470: typo fixes - #264
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
abstractdog
commented
Feb 6, 2023
not sure what's happening in the precommit, need to check this week: |
mlorek
commented
Feb 7, 2023
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.
please adjust the asserted message in TestEdge.testScatterGatherManager as well
abstractdog
commented
Feb 15, 2023
thanks @mlorek for taking care of this |
This comment was marked as outdated.
This comment was marked as outdated.
mlorek
commented
Feb 22, 2023
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.
mlorek
commented
Feb 24, 2023
@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.
mlorek
commented
Mar 14, 2023
@abstractdog can you take another look? |
abstractdog
commented
Mar 25, 2023
@mlorek : have you had the chance to check the root cause of test failures in some modules? |
mlorek
commented
Mar 28, 2023
@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.
tez-yetus
commented
May 16, 2023
💔 -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 |
minor fixes in var,method names and comments