Skip to content
This repository was archived by the owner on Jun 8, 2026. It is now read-only.

fix: Issue#1154 Improper initialisation of JsonObject when called on JsonObject of list - #1166

Merged
harshachinta merged 5 commits into
googleapis:mainfrom
forksumit:fix/json-object-init
Aug 27, 2024
Merged

fix: Issue#1154 Improper initialisation of JsonObject when called on JsonObject of list#1166
harshachinta merged 5 commits into
googleapis:mainfrom
forksumit:fix/json-object-init

Conversation

@forksumit

Copy link
Copy Markdown
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 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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: spanner Issues related to the googleapis/python-spanner API. size: m Pull request size is medium.

4 participants