You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: