-
Notifications
You must be signed in to change notification settings - Fork 608
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(bigquery): repr geospatial values in interactive mode #9712
Merged
cpcloud
merged 4 commits into
ibis-project:main
from
cpcloud:bigquery-geospatial-output-fix
Jul 30, 2024
Merged
fix(bigquery): repr geospatial values in interactive mode #9712
cpcloud
merged 4 commits into
ibis-project:main
from
cpcloud:bigquery-geospatial-output-fix
Jul 30, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cpcloud
added
bug
Incorrect behavior inside of ibis
geospatial
Geospatial related functionality
bigquery
The BigQuery backend
labels
Jul 29, 2024
cpcloud
force-pushed
the
bigquery-geospatial-output-fix
branch
3 times, most recently
from
July 29, 2024 14:57
7e300d2
to
20f9ce9
Compare
cpcloud
added
the
ci-run-cloud
Add this label to trigger a run of BigQuery, Snowflake, and Databricks backends in CI
label
Jul 29, 2024
ibis-docs-bot
bot
removed
the
ci-run-cloud
Add this label to trigger a run of BigQuery, Snowflake, and Databricks backends in CI
label
Jul 29, 2024
cpcloud
added
the
ci-run-cloud
Add this label to trigger a run of BigQuery, Snowflake, and Databricks backends in CI
label
Jul 29, 2024
ibis-docs-bot
bot
removed
the
ci-run-cloud
Add this label to trigger a run of BigQuery, Snowflake, and Databricks backends in CI
label
Jul 29, 2024
cpcloud
force-pushed
the
bigquery-geospatial-output-fix
branch
from
July 29, 2024 16:51
c4decf3
to
e9128bf
Compare
ncclementi
reviewed
Jul 30, 2024
ncclementi
approved these changes
Jul 30, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a comment asking for a bit more context but outside that it looks good.
cpcloud
force-pushed
the
bigquery-geospatial-output-fix
branch
2 times, most recently
from
July 30, 2024 16:30
758d19e
to
6695186
Compare
cpcloud
force-pushed
the
bigquery-geospatial-output-fix
branch
from
July 30, 2024 16:32
6695186
to
dc80b74
Compare
Oops, rebased, the comment is here. |
cpcloud
added
the
ci-run-cloud
Add this label to trigger a run of BigQuery, Snowflake, and Databricks backends in CI
label
Jul 30, 2024
ibis-docs-bot
bot
removed
the
ci-run-cloud
Add this label to trigger a run of BigQuery, Snowflake, and Databricks backends in CI
label
Jul 30, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bigquery
The BigQuery backend
bug
Incorrect behavior inside of ibis
geospatial
Geospatial related functionality
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes a bug in the BigQuery backend when looking at geospatial types in interactive mode.