cloud-fan commented on PR #47516: URL: https://github.com/apache/spark/pull/47516#issuecomment-2284181810
I confirmed that the bug exists. I was wrong about executor side accumulator updates filtering. We only filter out zero values for task metrics, but not SQL metrics. But I don't think this PR is the right fix as it makes `SQLMetric#value` to return the wrong result. I've proposed a different fix: https://github.com/apache/spark/pull/47721 -- 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]
