-
Notifications
You must be signed in to change notification settings - Fork 309
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
Deserializing JSON subfields within structs fails #1500
Comments
I just encountered the same issue on 2.34.4. |
I ran this query using version 3.10.0 with no issues. |
I believe it happens with nested jsons. I encountered it on version 3.10.0 as well. |
Here is a hotfix that was working for me:
|
Could you apply this hotfix to the stable version? It seems like to work |
The issue is happening also on earlier versions of the SDK. Tested on 2.20.0 and 2.34.1. |
I have also tried with 3.11.3. What I have tried is the following configuration fields
I tried running this hotfix. I got the data without any error! |
@tswast still receiving the error:
Looks like I think #1742 should be merged as well. |
#1742 has now been merged. |
Note: Unfortunately, we're now in a holiday season release freeze, but you can test the change out with |
@tswast when is the freeze over / is there a schedule for the next release? |
@colin-rogers-dbt Thanks for the reminder. I don't see any blockers on #1752 so I'll cut the release now. |
Environment details
google-cloud-bigquery
version: 3.5.0Steps to reproduce
Code example
Stack trace
The text was updated successfully, but these errors were encountered: