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: skip geography_as_object conversion for REPEATED fields #1220

Merged
merged 2 commits into from Apr 20, 2022

Conversation

bnaul
Copy link
Contributor

@bnaul bnaul commented Apr 15, 2022

Fixes #1213 🦕

I looked into adding a test for this specific case but the existing test data helpers don't seem to support REPEATED fields from what I could tell, sooooo I gave up...

@bnaul bnaul requested a review from a team April 15, 2022 14:26
@bnaul bnaul requested a review from a team as a code owner April 15, 2022 14:26
@bnaul bnaul requested a review from shollyman April 15, 2022 14:26
@product-auto-label product-auto-label bot added size: xs Pull request size is extra small. api: bigquery Issues related to the googleapis/python-bigquery API. labels Apr 15, 2022
@bnaul
Copy link
Contributor Author

bnaul commented Apr 20, 2022

@tswast whaddya think? 🙂

@tswast tswast added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 20, 2022
@tswast tswast added the automerge Merge the pull request once unit tests and other checks pass. label Apr 20, 2022
@tswast tswast changed the title Skip geography_as_object conversion for REPEATED fields fix: skip geography_as_object conversion for REPEATED fields Apr 20, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 20, 2022
@steffnay steffnay merged commit 4d3d6ec into googleapis:main Apr 20, 2022
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Apr 20, 2022
@bnaul bnaul deleted the repeated_geog branch April 25, 2022 12:15
waltaskew pushed a commit to waltaskew/python-bigquery that referenced this pull request Jul 20, 2022
abdelmegahedgoogle pushed a commit to abdelmegahedgoogle/python-bigquery that referenced this pull request Apr 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the googleapis/python-bigquery API. size: xs Pull request size is extra small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

geography_as_object=True fails if mode="REPEATED"
4 participants