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

Introduce geo support #154

Merged
merged 2 commits into from
May 17, 2019
Merged

Introduce geo support #154

merged 2 commits into from
May 17, 2019

Conversation

bpintea
Copy link
Collaborator

@bpintea bpintea commented May 9, 2019

This PR adds initial support for the Geo types: shape and point.
The driver will now recognize the new data types and will allow piping through the data as fetched from Elasticsearch, WKT encoded.

Any 3rd party application that will want to work with the type can use their own library on top of ODBC. For existing apps, the driver will return the data as text.

bpintea added 2 commits April 2, 2019 11:54
- geo_shape and _point are now recognized.
@bpintea bpintea added >feature Applicable to PRs adding new functionality v8.0.0-alpha1 v7.2.0 labels May 9, 2019
@bpintea bpintea requested review from droberts195 and edsavage May 15, 2019 22:00
Copy link
Contributor

@droberts195 droberts195 left a comment

Choose a reason for hiding this comment

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

LGTM

@bpintea bpintea merged commit 9bff473 into elastic:master May 17, 2019
@bpintea bpintea deleted the feat/geo branch May 17, 2019 20:02
bpintea added a commit that referenced this pull request May 18, 2019
* minor comment note

* add identification for geo types

- geo_shape and _point are now recognized.

(cherry picked from commit 9bff473)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>feature Applicable to PRs adding new functionality v7.2.0 v8.0.0-alpha1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants