Skip to content

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
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.

4 participants