mridulm commented on PR #37899: URL: https://github.com/apache/spark/pull/37899#issuecomment-1255710180
If a result stage does not have pending partitions, it does not need to be aborted - since there are no partitions to be computed. If a result stage has pending partitions with an indeterminate parent failing, it would have been aborted the first time it failed - so the assumption that `If this condition holds on retry,` from description does not apply - the first failure would have been aborted already. Please let me know if there are queries. +CC @Ngone51 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
