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

Fix composite aggregation on unsigned long #65715

Merged
merged 1 commit into from
Dec 14, 2020

Conversation

jimczi
Copy link
Contributor

@jimczi jimczi commented Dec 2, 2020

This commit ensures that the after key is parsed with the doc value formatter.
This is needed for unsigned longs that uses shifted longs internally.

Closes #65685

This commit ensures that the after key is parsed with the doc value formatter.
This is needed for unsigned longs that uses shifted longs internally.

Closes elastic#65685
@jimczi jimczi added >bug :Analytics/Geo Indexing, search aggregations of geo points and shapes v8.0.0 v7.11.0 v7.10.1 labels Dec 2, 2020
@elasticmachine elasticmachine added the Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) label Dec 2, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-analytics-geo (Team:Analytics)

Copy link
Contributor

@mayya-sharipova mayya-sharipova left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jimczi LGTM. Sorry for a delayed review, I missed this PR. Thanks for fixing this issue.

@jimczi jimczi merged commit c05c4b3 into elastic:master Dec 14, 2020
@jimczi jimczi deleted the composite_with_ulong branch December 14, 2020 15:57
jimczi added a commit that referenced this pull request Dec 14, 2020
This commit ensures that the after key is parsed with the doc value formatter.
This is needed for unsigned longs that uses shifted longs internally.

Closes #65685
jimczi added a commit that referenced this pull request Dec 14, 2020
This commit ensures that the after key is parsed with the doc value formatter.
This is needed for unsigned longs that uses shifted longs internally.

Closes #65685
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Analytics/Geo Indexing, search aggregations of geo points and shapes >bug Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) v7.10.1 v7.11.0 v8.0.0-alpha1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect pagination with unsigned long in comp agg
4 participants