Skip to content

Commit

Permalink
SetupNormalize: fix enable nullable (#2013)
Browse files Browse the repository at this point in the history
This PR includes nullableEnabled when building the tableschemamapping
for setupNormalize.
Seems like this one wiring was missed for the nullable setting
  • Loading branch information
Amogh-Bharadwaj authored Aug 28, 2024
1 parent e1f3af6 commit ae74419
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flow/shared/schema_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ func BuildProcessedSchemaMapping(tableMappings []*protos.TableMapping,
TableIdentifier: tableSchema.TableIdentifier,
PrimaryKeyColumns: tableSchema.PrimaryKeyColumns,
IsReplicaIdentityFull: tableSchema.IsReplicaIdentityFull,
NullableEnabled: tableSchema.NullableEnabled,
System: tableSchema.System,
Columns: columns,
}
Expand Down

0 comments on commit ae74419

Please sign in to comment.