Skip to content

Conversation

YuriZmytrakov
Copy link
Collaborator

@YuriZmytrakov YuriZmytrakov commented Oct 6, 2025

Description:

Ensure the filter supports 6 digit precision by updating datetime format to strict_date_optional_time_nanos for microsecond precision and replacing infinite or overflow values with the max supported Elasticsearch date 2262-04-11T23:47:16.854775Z, otherwise after reindex users will encounter a datetime format error:
image

PR Checklist:

  • Code is formatted and linted (run pre-commit run --all-files)
  • Tests pass (run make test)
  • [] Documentation has been updated to reflect changes, if applicable
  • Changes are added to the changelog

Updated datetime to `strict_date_optional_time_nanos` for microsecond precision and replaced infinite/overflow values
with 2262-04-11T23:47:16.854775Z to prevent format errors after reindexing.
@YuriZmytrakov YuriZmytrakov marked this pull request as draft October 7, 2025 08:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant