-
Couldn't load subscription status.
- Fork 128
Bump up default Elastic stack version to v8.5.0 #1033
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -57,7 +57,7 @@ | |
| }, | ||
| { | ||
| "example": { | ||
| "float": 6.9200717685635164E18, | ||
| "float": 6.920071768563516E18, | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. FTR, this number is originally |
||
| "float_as_long": 6.9200716E18, | ||
| "long": 6920071768563516847, | ||
| "long_as_float": 6920071768563516847 | ||
|
|
@@ -67,7 +67,7 @@ | |
| { | ||
| "example": { | ||
| "float": 1.624617166182E9, | ||
| "float_as_long": 1.62461722E9 | ||
| "float_as_long": 1.6246172E9 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. FTR, this number is originally |
||
| }, | ||
| "message": "1624617166.182" | ||
| } | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems that something has changed on parsing of big numbers in Elasticsearch 8.5.0, let's hope this doesn't affect the tests of many integrations 🤞
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reported in elastic/elasticsearch#91563 just in case.