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

chore(spanner): Pass JSON values through without remarshalling #10297

Conversation

c2nes
Copy link

@c2nes c2nes commented May 31, 2024

In particular, this avoids numeric values having their representation changed in a way that Spanner is sensitive to (e.g. floating point values being reformatted as integers).

In particular, this avoids numeric values having their representation
changed in a way that Spanner is sensitive to (e.g. floating point
values being reformatted as integers).
@c2nes c2nes requested review from a team as code owners May 31, 2024 16:52
@harshachinta harshachinta changed the title Pass JSON values through without remarshalling chore(spanner): Pass JSON values through without remarshalling May 31, 2024
Copy link

conventional-commit-lint-gcf bot commented May 31, 2024

🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use automerge label. Good luck human!

-- conventional-commit-lint bot
https://conventionalcommits.org/

@product-auto-label product-auto-label bot added the api: spanner Issues related to the Spanner API. label Jun 1, 2024
@harshachinta harshachinta self-requested a review June 3, 2024 04:24
@harshachinta
Copy link
Contributor

Fixed in #10327

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 Spanner API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants