Skip to content
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

[Backport 2.x] Fix auto date histogram rounding assertion bug #17175

Merged
merged 3 commits into from
Jan 30, 2025

Remove unused ZoneId getter.

740ecab
Select commit
Loading
Failed to load commit list.
Merged

[Backport 2.x] Fix auto date histogram rounding assertion bug #17175

Remove unused ZoneId getter.
740ecab
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 30, 2025 in 1s

71.98% (target 70.00%)

View this Pull Request on Codecov

71.98% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 92.30769% with 1 line in your changes missing coverage. Please review.

Project coverage is 71.98%. Comparing base (2187369) to head (740ecab).
Report is 6 commits behind head on 2.x.

Files with missing lines Patch % Lines
.../src/main/java/org/opensearch/common/Rounding.java 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##                2.x   #17175    +/-   ##
==========================================
  Coverage     71.98%   71.98%            
+ Complexity    65987    65981     -6     
==========================================
  Files          5341     5341            
  Lines        307114   307157    +43     
  Branches      44824    44823     -1     
==========================================
+ Hits         221068   221122    +54     
+ Misses        67608    67501   -107     
- Partials      18438    18534    +96     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.