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

Implement unsigned long numeric field #5275

Merged
merged 1 commit into from
Jan 20, 2021
Merged

Implement unsigned long numeric field #5275

merged 1 commit into from
Jan 20, 2021

Conversation

stevejgordon
Copy link
Contributor

Add support for mapping an unsigned_long field. There is an issue currently with any mapping where the null_value needs to be provided. This is because we store that value in a double? property and currently, this causes a mapper_parser_exception. This has been raised for the ES team in elastic/elasticsearch#67565

Contributes #5198

Copy link
Member

@Mpdreamz Mpdreamz left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@stevejgordon stevejgordon merged commit 3946ded into 7.11 Jan 20, 2021
@stevejgordon stevejgordon deleted the feature/ulong branch January 20, 2021 12:31
github-actions bot pushed a commit that referenced this pull request Jan 20, 2021
github-actions bot pushed a commit that referenced this pull request Jan 20, 2021
stevejgordon added a commit that referenced this pull request Jan 20, 2021
Co-authored-by: Steve Gordon <sgordon@hotmail.co.uk>
stevejgordon added a commit that referenced this pull request Jan 25, 2021
* Implement unsigned long (#5275)

* test fixup

Co-authored-by: Steve Gordon <sgordon@hotmail.co.uk>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants