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.0] SQL: Remove JDBC dependency on ES lib geo (#82166) #82181

Merged
merged 1 commit into from
Jan 4, 2022

Conversation

costin
Copy link
Member

@costin costin commented Jan 4, 2022

Backports the following commits to 8.0:

As part of the effort of making JDBC driver self sufficient, remove the
ES lib geo dependencies without any replacement.
Currently the JDBC driver takes the WKT text and instantiates a geo
object based on the ES lib geo.
Moving forward the driver will return the WKT string representation
without any conversion letting the user pick the geo library desired.
That can be ES lib geo, jts, spatial4j or others.

Note this is a breaking change.

Relates elastic#80277
@costin costin added auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport labels Jan 4, 2022
@elasticsearchmachine elasticsearchmachine merged commit a188e67 into elastic:8.0 Jan 4, 2022
@costin costin deleted the backport/8.0/pr-82166 branch January 4, 2022 06:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants