Skip to content

Commit

Permalink
1 more fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iskakaushik committed Feb 7, 2024
1 parent 7bc76ff commit 1085f8a
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 @@ -441,7 +441,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 1085f8a

Please sign in to comment.