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

fix(datatype-parsing): ensure that geospatial types are round trippable through the data type parser #10171

Merged
merged 1 commit into from
Sep 19, 2024

Conversation

cpcloud
Copy link
Member

@cpcloud cpcloud commented Sep 19, 2024

Fixes #10170.

@cpcloud cpcloud added this to the 10.0 milestone Sep 19, 2024
@cpcloud cpcloud added bug Incorrect behavior inside of ibis geospatial Geospatial related functionality datatypes Issues relating to ibis's datatypes (under `ibis.expr.datatypes`) labels Sep 19, 2024
Copy link
Member

@gforsyth gforsyth left a comment

Choose a reason for hiding this comment

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

:shipit:

@gforsyth gforsyth merged commit 1c91d65 into ibis-project:main Sep 19, 2024
75 checks passed
@cpcloud cpcloud deleted the geospatial-parsing branch September 19, 2024 14:49
ncclementi pushed a commit to ncclementi/ibis that referenced this pull request Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Incorrect behavior inside of ibis datatypes Issues relating to ibis's datatypes (under `ibis.expr.datatypes`) geospatial Geospatial related functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: Support for ibis.dtype("geospatial:geometry")
2 participants