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

Date time format is incompatible with elasticsearch/opensearch date format. #5228

Closed
fulmicoton opened this issue Jul 16, 2024 · 1 comment
Closed
Assignees
Labels
bug Something isn't working

Comments

@fulmicoton
Copy link
Contributor

fulmicoton commented Jul 16, 2024

We introduced the support of date time format in range queries, unfortunately the date time format we support is not that of elastic.

Elasticsearch expect a yyyymmdd format while quickwit expected strptime (%Y-%M-%d)
For instance the following pattern is correct for elasticsearch
yyyy|MM|dd 'T'HH:mm:ss.SSSSSS'Z'

but incorrect for quickwit's range filter as illustrated by #5227

related story: #5109

@kuzaxak
Copy link
Collaborator

kuzaxak commented Sep 30, 2024

Implemented in #5462

@kuzaxak kuzaxak closed this as completed Sep 30, 2024
@github-project-automation github-project-automation bot moved this from In progress to Done in Quickwit 0.9 Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

No branches or pull requests

3 participants