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

[8.9] Support for Byte and Short as vector tiles value tag (#97619) #97672

Merged
merged 1 commit into from
Jul 14, 2023

Conversation

iverase
Copy link
Contributor

@iverase iverase commented Jul 14, 2023

Backports the following commits to 8.9:

Byte and short data types are not supported by the vector tiles specification. If a user tries to add one of those, it
 actually gets ignored. This add s support to those values by casting them as integers. In addition it will throw an 
exception if the value added is a type it cannot understand so it is not silently ignored.
@iverase iverase added :Analytics/Geo Indexing, search aggregations of geo points and shapes >bug auto-merge 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 Jul 14, 2023
@elasticsearchmachine elasticsearchmachine merged commit 391471d into elastic:8.9 Jul 14, 2023
12 checks passed
@iverase iverase deleted the backport/8.9/pr-97619 branch July 14, 2023 01:17
@rjernst rjernst added v8.9.0 and removed v8.9.1 labels Jul 21, 2023
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 auto-merge Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport >bug Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) v8.9.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants