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] Added New Fast DateTime parser implementation for RFC3339 Datetime format #12107

Merged

Added New DateTime parser implementation (#11465)

0c5d794
Select commit
Loading
Failed to load commit list.
Merged

[Backport 2.x] Added New Fast DateTime parser implementation for RFC3339 Datetime format #12107

Added New DateTime parser implementation (#11465)
0c5d794
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 31, 2024 in 0s

71.07% (target 70.00%)

View this Pull Request on Codecov

71.07% (target 70.00%)

Details

Codecov Report

Attention: 61 lines in your changes are missing coverage. Please review.

Comparison is base (ff820ed) 71.10% compared to head (0c5d794) 71.07%.

Files Patch % Lines
...ommon/time/RFC3339CompatibleDateTimeFormatter.java 72.62% 28 Missing and 21 partials ⚠️
...earch/common/time/OpenSearchDateTimeFormatter.java 52.38% 10 Missing ⚠️
.../org/opensearch/common/time/JavaDateFormatter.java 92.85% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                2.x   #12107      +/-   ##
============================================
- Coverage     71.10%   71.07%   -0.04%     
- Complexity    59419    59445      +26     
============================================
  Files          4892     4894       +2     
  Lines        280005   280242     +237     
  Branches      41073    41107      +34     
============================================
+ Hits         199093   199173      +80     
- Misses        64031    64212     +181     
+ Partials      16881    16857      -24     

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