Skip to content

Conversation

dnhatn
Copy link
Member

@dnhatn dnhatn commented Jun 28, 2024

Backports the following commits to 8.14:

Some assertions with floating-point values are failing on serverless 
because we run tests with three shards with serverless. This can cause
variations in precision because data may arrive in different orders. For
example, sum([a, b, c]) can yield a different precision than sum([a, c,
b]). This change introduces tolerance for precision differences beyond
e-10, which should be acceptable for ESQL.
@dnhatn dnhatn added :Analytics/ES|QL AKA ESQL >test Issues or PRs that are addressing/adding tests auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) labels Jun 28, 2024
@elasticsearchmachine elasticsearchmachine merged commit b817cfa into elastic:8.14 Jun 28, 2024
@dnhatn dnhatn deleted the backport/8.14/pr-110238 branch June 28, 2024 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Analytics/ES|QL AKA ESQL auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) >test Issues or PRs that are addressing/adding tests v8.14.3
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants