Github user srowen commented on the pull request:
https://github.com/apache/spark/pull/5550#issuecomment-94756835
I think that it would then show `1/1 (1 skipped) (2 failed)` The first task
would not be considered completed, but then would not count against the total
as it was skipped. The only odd thing about this is that it doesn't reflect the
fact that the first task completed once, but that's the limit of how much this
"x/y" string can show, I guess. It makes some sense because we say "1 skipped"
and "2 failed" which are things that happened in addition to the report 1/1
success. This might be the most coherent thing to do.
BTW I don't think you want to change the logic for task counts since it
doesn't have the same problem, I think. There's no reused task ID as there was
with stage ID, I think.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]