Skip to content

Add epoch_micros date format#19245

Merged
andrross merged 2 commits intoopensearch-project:mainfrom
mishail:ms/14669-epoch-micros-oss
Sep 12, 2025
Merged

Add epoch_micros date format#19245
andrross merged 2 commits intoopensearch-project:mainfrom
mishail:ms/14669-epoch-micros-oss

Conversation

@mishail
Copy link
Copy Markdown
Contributor

@mishail mishail commented Sep 6, 2025

Description

Introduce epoch_micros date format utilizing the same aproach as for epoch_millis

Related Issues

Resolves #14669

Check List

  • Functionality includes testing.
  • API changes companion pull request created, if applicable.
  • Public documentation issue/PR created, if applicable.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Fixes opensearch-project#14669

Signed-off-by: Mikhail Stepura <mstepura@apple.com>
@mishail mishail requested a review from a team as a code owner September 6, 2025 20:59
@github-actions github-actions bot added Clients Clients within the Core repository such as High level Rest client and low level client enhancement Enhancement or improvement to existing feature or request Search Search query, autocomplete ...etc labels Sep 6, 2025
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Sep 6, 2025

✅ Gradle check result for 0b8ebf5: SUCCESS

@codecov
Copy link
Copy Markdown

codecov bot commented Sep 6, 2025

Codecov Report

❌ Patch coverage is 87.27273% with 7 lines in your changes missing coverage. Please review.
✅ Project coverage is 72.91%. Comparing base (c012a51) to head (e73c7aa).
⚠️ Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
...ain/java/org/opensearch/common/time/EpochTime.java 86.53% 4 Missing and 3 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #19245      +/-   ##
============================================
- Coverage     72.92%   72.91%   -0.01%     
  Complexity    69779    69779              
============================================
  Files          5665     5665              
  Lines        320521   320551      +30     
  Branches      46396    46401       +5     
============================================
+ Hits         233739   233740       +1     
- Misses        67854    67920      +66     
+ Partials      18928    18891      -37     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mishail
Copy link
Copy Markdown
Contributor Author

mishail commented Sep 10, 2025

@andrross I know you guys are busy with the Conference, but when you have time

Signed-off-by: Mikhail Stepura <mstepura@apple.com>
@github-actions
Copy link
Copy Markdown
Contributor

❕ Gradle check result for e73c7aa: UNSTABLE

Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure.

@andrross andrross merged commit 3485432 into opensearch-project:main Sep 12, 2025
31 checks passed
@mishail mishail deleted the ms/14669-epoch-micros-oss branch September 17, 2025 05:21
jainankitk pushed a commit to jainankitk/OpenSearch that referenced this pull request Sep 22, 2025
Fixes opensearch-project#14669

Signed-off-by: Mikhail Stepura <mstepura@apple.com>
jainankitk pushed a commit to jainankitk/OpenSearch that referenced this pull request Sep 22, 2025
Fixes opensearch-project#14669

Signed-off-by: Mikhail Stepura <mstepura@apple.com>
Signed-off-by: Ankit Jain <jainankitk@apache.org>
jainankitk pushed a commit to jainankitk/OpenSearch that referenced this pull request Sep 22, 2025
Fixes opensearch-project#14669

Signed-off-by: Mikhail Stepura <mstepura@apple.com>
Signed-off-by: Ankit Jain <jainankitk@apache.org>
asimmahmood1 pushed a commit to jainankitk/OpenSearch that referenced this pull request Sep 23, 2025
Fixes opensearch-project#14669

Signed-off-by: Mikhail Stepura <mstepura@apple.com>
pranikum pushed a commit to pranikum/OpenSearch that referenced this pull request Sep 23, 2025
Fixes opensearch-project#14669

Signed-off-by: Mikhail Stepura <mstepura@apple.com>
vinaykpud pushed a commit to vinaykpud/OpenSearch that referenced this pull request Sep 26, 2025
Fixes opensearch-project#14669

Signed-off-by: Mikhail Stepura <mstepura@apple.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Clients Clients within the Core repository such as High level Rest client and low level client enhancement Enhancement or improvement to existing feature or request Search Search query, autocomplete ...etc

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature Request] Support for epoch_micros in date formats

2 participants