-
Notifications
You must be signed in to change notification settings - Fork 24.8k
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
data_nanos based search_after query with custom timestamp format causes exception #52424
Labels
:Search/Search
Search-related issues that do not fall into other categories
Team:Search
Meta label for search team
Comments
romseygeek
added
the
:Search/Search
Search-related issues that do not fall into other categories
label
Feb 17, 2020
Pinging @elastic/es-search (:Search/Search) |
nik9000
added a commit
to nik9000/elasticsearch
that referenced
this issue
Jul 28, 2020
This fixes `search_after` to properly parse string formatted dates that have nanosecond resolution. Closes elastic#52424
nik9000
added a commit
that referenced
this issue
Jul 29, 2020
This fixes `search_after` to properly parse string formatted dates that have nanosecond resolution. Closes #52424
nik9000
added a commit
to nik9000/elasticsearch
that referenced
this issue
Jul 29, 2020
This fixes `search_after` to properly parse string formatted dates that have nanosecond resolution. Closes elastic#52424
nik9000
added a commit
that referenced
this issue
Aug 3, 2020
61 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
:Search/Search
Search-related issues that do not fall into other categories
Team:Search
Meta label for search team
Elasticsearch version (
bin/elasticsearch --version
):Master
JVM version (
java -version
):OS version (
uname -a
if on a Unix-like system):Darwin Kernel Version 18.7.0
Description of the problem including expected versus actual behavior:
A query using
search_after
based on an index using adate_nanos
with a custom timestamp format throws an exceptionSteps to reproduce:
Now you're getting an exception:
This worked a while ago, I've created a functional test in Kibana
elastic/kibana#54089
But had to skip it, since it caused the 400
elastic/kibana#56178
This works when providing the sort params as number
But that's no a solution due to Browser limitation with BigInt numbers
The text was updated successfully, but these errors were encountered: