-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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 typo when assigning null_value in GeoPointFieldMapper #49645
Conversation
It seems that code was pasted but not fully changed
Pinging @elastic/es-analytics-geo (:Analytics/Geo) |
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.
Thanks @csoulios
@elasticmachine run elasticsearch-ci/default-distro |
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.
@csoulios great catch! Any chance you can add a test for it?
+1 for a test |
Test is coming :) |
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.
Thanks!
Backport of #49645 to 7.x This PR fixes a trivial typo error that affects assigning null_value in the GeoPointFieldMapper
This PR fixes a trivial typo error that affects assigning
null_value
in theGeoPointFieldMapper
It seems that code was pasted from the line above but not fully changed.