-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-49292][BUILD] Upgrade dropwizard metrics to 4.2.27 #47799
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
Conversation
Test first |
It looks good to go. Could you update the PR description, @LuciferYang ? |
done There are no official release notes yet. I looked at the code diff, and this version mainly upgrades the third-party dependencies of dropwizard metrics |
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.
+1, LGTM. Thank you for informing that, @LuciferYang . Ya, it looks safe to me.
Merged to master.
Thanks @dongjoon-hyun |
### What changes were proposed in this pull request? This pr aims to upgrade dropwizard metrics from 4.2.26 to 4.2.27. ### Why are the changes needed? From the code diff, this version mainly upgrades the project dependencies. - dropwizard/metrics@v4.2.26...v4.2.27 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Pass GitHub Actions ### Was this patch authored or co-authored using generative AI tooling? No Closes apache#47799 from LuciferYang/SPARK-49292. Authored-by: yangjie01 <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
### What changes were proposed in this pull request? This pr aims to upgrade dropwizard metrics from 4.2.26 to 4.2.27. ### Why are the changes needed? From the code diff, this version mainly upgrades the project dependencies. - dropwizard/metrics@v4.2.26...v4.2.27 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Pass GitHub Actions ### Was this patch authored or co-authored using generative AI tooling? No Closes apache#47799 from LuciferYang/SPARK-49292. Authored-by: yangjie01 <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
### What changes were proposed in this pull request? This pr aims to upgrade dropwizard metrics from 4.2.26 to 4.2.27. ### Why are the changes needed? From the code diff, this version mainly upgrades the project dependencies. - dropwizard/metrics@v4.2.26...v4.2.27 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Pass GitHub Actions ### Was this patch authored or co-authored using generative AI tooling? No Closes apache#47799 from LuciferYang/SPARK-49292. Authored-by: yangjie01 <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
### What changes were proposed in this pull request? This PR aims to upgrade `DropWizard` metrics to 4.2.30. ### Why are the changes needed? v4.2.25 is outdated over one year because it was released on Jan 24, 2024. We had better use the latest version, v4.2.30. - [v4.2.30: Jan 14, 2025](https://github.com/dropwizard/metrics/releases/tag/v4.2.30) - [v4.2.29: Nov 27, 2024](https://github.com/dropwizard/metrics/releases/tag/v4.2.29) - [v4.2.28: Oct 03, 2024](https://github.com/dropwizard/metrics/releases/tag/v4.2.28) - [v4.2.27: Aug 18, 2024](https://github.com/dropwizard/metrics/releases/tag/v4.2.27) - [v4.2.26: Jun 09, 2024](https://github.com/dropwizard/metrics/releases/tag/v4.2.26) Apache Spark 4.0 upgraded already. - apache/spark#49537 - apache/spark#48997 - apache/spark#48377 - apache/spark#47799 - apache/spark#46932 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #187 from dongjoon-hyun/SPARK-52043. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
What changes were proposed in this pull request?
This pr aims to upgrade dropwizard metrics from 4.2.26 to 4.2.27.
Why are the changes needed?
From the code diff, this version mainly upgrades the project dependencies.
Does this PR introduce any user-facing change?
No
How was this patch tested?
Pass GitHub Actions
Was this patch authored or co-authored using generative AI tooling?
No