-
Notifications
You must be signed in to change notification settings - Fork 28.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SPARK-50977][CORE] Enhance availability of logic performing aggregation of accumulator results #49618
[SPARK-50977][CORE] Enhance availability of logic performing aggregation of accumulator results #49618
Conversation
…as-db/spark into refactorMetrics
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we also remove these from SQLMetrics
class to avoid code deduplication?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM too but let's make sure the build is green before getting this in.
Merged to master and branch-4.0. |
…ion of accumulator results ### What changes were proposed in this pull request? In this PR we introduce a minor refactor that enhances the availability of the functionality used to perform aggregation of accumulator results. ### Why are the changes needed? These changes make the aggregation logic accessible from other modules which enables various memory and disk optimizations. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? This is a minor refactor. No new code has been added, therefore no new tests are needed. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #49618 from costas-db/costas-zarifis_data/refactorMetrics. Lead-authored-by: Costas Zarifis <[email protected]> Co-authored-by: Costas Zarifis <[email protected]> Co-authored-by: Hyukjin Kwon <[email protected]> Signed-off-by: Hyukjin Kwon <[email protected]> (cherry picked from commit a452e1b) Signed-off-by: Hyukjin Kwon <[email protected]>
What changes were proposed in this pull request?
In this PR we introduce a minor refactor that enhances the availability of the functionality used to perform aggregation of accumulator results.
Why are the changes needed?
These changes make the aggregation logic accessible from other modules which enables various memory and disk optimizations.
Does this PR introduce any user-facing change?
No
How was this patch tested?
This is a minor refactor. No new code has been added, therefore no new tests are needed.
Was this patch authored or co-authored using generative AI tooling?
No.