diff --git a/flow/model/qvalue/avro_converter.go b/flow/model/qvalue/avro_converter.go index 70d9e12b85..0b378c3f14 100644 --- a/flow/model/qvalue/avro_converter.go +++ b/flow/model/qvalue/avro_converter.go @@ -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 }