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

Using NullString, NullJSON structs while writing to spanner #207

Open
bharadwaj-aditya opened this issue Oct 26, 2021 · 0 comments
Open

Comments

@bharadwaj-aditya
Copy link
Collaborator

Expected Behavior

Change the structs that we use to write to spanner to use the NullString, NullJSON etc fields instead of the raw data directly. These fields have been added to handle scenarios where the data in that columns is actually Null, the client libraries handle the write differently.

Actual Behavior

When we get data of a given type, we convert it and write to spanner as is. We do not check for null values of these columns.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant