Skip to content

Commit

Permalink
Bugfix UdfUpdateOperation - Set type kind struct on structs
Browse files Browse the repository at this point in the history
  • Loading branch information
HenningKoller committed Aug 16, 2023
1 parent 6e8c4d5 commit 40a7e9e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ object UdfUpdateOperation {
if (bqType.tpe == StandardSQLTypeName.STRUCT)
StandardSQLDataType
.newBuilder()
.setTypeKind(StandardSQLTypeName.STRUCT.name)
.setStructType(
StandardSQLStructType
.newBuilder()
Expand Down

0 comments on commit 40a7e9e

Please sign in to comment.