Skip to content

Commit

Permalink
1 more fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iskakaushik authored and Amogh-Bharadwaj committed Feb 7, 2024
1 parent f4ab860 commit 81ef9e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/model/qvalue/avro_converter.go
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ func (c *QValueAvroConverter) processNullableUnion(
}

func (c *QValueAvroConverter) processNumeric() (interface{}, error) {
if c.Value.Value == nil && c.Nullable {
if c.Value.Value == nil {
return nil, nil
}

Expand Down

0 comments on commit 81ef9e3

Please sign in to comment.