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

SQL: Add support for shape type #46412

Closed
imotov opened this issue Sep 5, 2019 · 1 comment · Fixed by #46464
Closed

SQL: Add support for shape type #46412

imotov opened this issue Sep 5, 2019 · 1 comment · Fixed by #46464
Assignees
Labels

Comments

@imotov
Copy link
Contributor

imotov commented Sep 5, 2019

SQL should support the new shape type introduced in #43644.

@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-search

@imotov imotov self-assigned this Sep 5, 2019
imotov added a commit to imotov/elasticsearch that referenced this issue Sep 6, 2019
Enables support for cartesian geometries shape type. We still need to
decide how to handle the distance function since it is currently using
the haversine distance formula and returns results in meters, which
doesn't make any sense for cartesian geometries.

Closes elastic#46412
Relates to elastic#43644
imotov added a commit that referenced this issue Sep 25, 2019
Enables support for Cartesian geometries shape type. We still need to
decide how to handle the distance function since it is currently using
the haversine distance formula and returns results in meters, which
doesn't make any sense for Cartesian geometries.

Closes #46412
Relates to #43644
imotov added a commit that referenced this issue Sep 26, 2019
Enables support for Cartesian geometries shape type. We still need to
decide how to handle the distance function since it is currently using
the haversine distance formula and returns results in meters, which
doesn't make any sense for Cartesian geometries.

Closes #46412
Relates to #43644
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants