ueshin opened a new pull request #34653: URL: https://github.com/apache/spark/pull/34653
### What changes were proposed in this pull request? Fixes `StatCounter` to use `mergeStats` instead of `merge` when merging with `self`. ### Why are the changes needed? `StatCounter` should use `mergeStats` instead of `merge` when merging with `self`. This is a long standing bug but usually this bug won't be hit unless users explicitly use `mergeStats` with `self`. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Added some tests. -- 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]
