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: Issue#1154 Improper initialisation of JsonObject when called on JsonObject of list #1166

Merged
merged 5 commits into from
Aug 27, 2024

Conversation

forksumit
Copy link
Contributor

Fixes improper initialisation of JsonObject when called on JsonObject of list:
Currently, _is_array flag is lost when JsonObject is called again on a JsonObject which is represented with an array.
ex: JsonObject(JsonObject( [{"foo": "bar1"}, {"foo": "bar2"}] ))

Fixes #1154 🦕

@forksumit forksumit requested review from a team as code owners July 18, 2024 14:13
@product-auto-label product-auto-label bot added the size: m Pull request size is medium. label Jul 18, 2024
@product-auto-label product-auto-label bot added the api: spanner Issues related to the googleapis/python-spanner API. label Jul 18, 2024
@harshachinta harshachinta added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 29, 2024
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 29, 2024
@harshachinta harshachinta added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 27, 2024
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 27, 2024
@harshachinta harshachinta enabled auto-merge (squash) August 27, 2024 13:17
@harshachinta harshachinta added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 27, 2024
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 27, 2024
@harshachinta harshachinta merged commit c4af6f0 into googleapis:main Aug 27, 2024
11 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: spanner Issues related to the googleapis/python-spanner API. size: m Pull request size is medium.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improper initialisation of JsonObject when param itself is JsonObject whose top level is a list
4 participants