Skip to content

Commit

Permalink
fix(spanner): fix write replace used by dataflow template and import …
Browse files Browse the repository at this point in the history
…export (#2901)
  • Loading branch information
harshachinta committed Feb 21, 2024
1 parent 747644c commit 64b9042
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -70,6 +70,7 @@ private Object writeReplace() {
for (int i = 0; i < structFields.size(); i++) {
Type.StructField field = structFields.get(i);
String fieldName = field.getName();
ensureDecoded(i);
Object value = rowData.get(i);
Type fieldType = field.getType();
switch (fieldType.getCode()) {
Expand Down

0 comments on commit 64b9042

Please sign in to comment.