Skip to content

Commit

Permalink
Fixes a bug that prevent logical size of column to not be included in…
Browse files Browse the repository at this point in the history
… response message.
  • Loading branch information
ppanopticon committed Dec 1, 2023
1 parent c00b6a3 commit ac7dfe7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ internal interface TransactionalGrpcService {
builder.nullable = c.nullable
builder.primary = c.primary
builder.type = c.type.proto()
builder.length = c.type.logicalSize
}

/* Contextual information used by Flow. */
Expand Down

0 comments on commit ac7dfe7

Please sign in to comment.