We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 747644c commit 64b9042Copy full SHA for 64b9042
google-cloud-spanner/src/main/java/com/google/cloud/spanner/GrpcStruct.java
@@ -70,6 +70,7 @@ private Object writeReplace() {
70
for (int i = 0; i < structFields.size(); i++) {
71
Type.StructField field = structFields.get(i);
72
String fieldName = field.getName();
73
+ ensureDecoded(i);
74
Object value = rowData.get(i);
75
Type fieldType = field.getType();
76
switch (fieldType.getCode()) {
0 commit comments