-
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
SQL: Handling of coerced WKT polygons #43173
Labels
:Analytics/Geo
Indexing, search aggregations of geo points and shapes
:Analytics/SQL
SQL querying
>bug
Comments
imotov
added
>bug
:Analytics/Geo
Indexing, search aggregations of geo points and shapes
:Analytics/SQL
SQL querying
labels
Jun 12, 2019
Pinging @elastic/es-analytics-geo |
Pinging @elastic/es-search |
imotov
added a commit
to imotov/elasticsearch
that referenced
this issue
Jun 17, 2019
Adds support for coercing not closed polygons and ignoring Z value to libs/geo WKT parser. Closes elastic#43173
imotov
added a commit
that referenced
this issue
Jun 18, 2019
Adds support for coercing not closed polygons and ignoring Z value to libs/geo WKT parser. Closes #43173
imotov
added a commit
that referenced
this issue
Jun 18, 2019
Adds support for coercing not closed polygons and ignoring Z value to libs/geo WKT parser. Closes #43173
imotov
added a commit
to imotov/elasticsearch
that referenced
this issue
Jun 19, 2019
Adds support for coercing not closed polygons and ignoring Z value to libs/geo WKT parser. Closes elastic#43173
imotov
added a commit
that referenced
this issue
Jun 25, 2019
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
:Analytics/SQL
SQL querying
>bug
WKT parser in SQL cannot handle polygons that were represented in WKT and are not closed, which can be stored if
coerce
flag in mapping is set totrue
but then cannot be retrieved in SQL. That's not an issue for polygons stored in GeoJSON. To reproduce:The last command will return an error:
The text was updated successfully, but these errors were encountered: